lttng: Track the CPU statuses in the event handler
authorAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Fri, 25 May 2012 13:59:11 +0000 (09:59 -0400)
committerPatrick Tasse <patrick.tasse@gmail.com>
Fri, 25 May 2012 14:29:05 +0000 (10:29 -0400)
commit932cb1b6651785d1e8ada125ad8d5551c653f130
tree7dbbca13834c17ba523c130196ee0403546e64c2
parentb194165371d77f3bc831dd4e40cd220988388778
lttng: Track the CPU statuses in the event handler

A new "CPUs/<n>/Status" attribute will allow us to track if a
CPU is currently idle, busy (running a process) or interrupted
(processing an interrupt). This will match more closely what
we want to show in the Resource view.
org.eclipse.linuxtools.lttng2.kernel.core/src/org/eclipse/linuxtools/internal/lttng2/kernel/core/stateprovider/CtfKernelHandler.java
org.eclipse.linuxtools.lttng2.kernel.core/src/org/eclipse/linuxtools/lttng2/kernel/core/trace/Attributes.java
This page took 0.02648 seconds and 5 git commands to generate.