analysis: Fix the state of processes in the LTTng Kernel Analysis Module
authorGeneviève Bastien <gbastien+lttng@versatic.net>
Thu, 9 Oct 2014 21:11:45 +0000 (17:11 -0400)
committerAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Fri, 11 Sep 2015 17:20:42 +0000 (13:20 -0400)
commit6b1f08f1749a1d85906cbd948ad97031804e0f28
tree1c67a38fa886620789b068f50e94e5d180eb9bec
parent21924e03d7770a0f2eb98f162e9a17887209385c
analysis: Fix the state of processes in the LTTng Kernel Analysis Module

A process with prev_state=1024 was shown as blocked, while it is actually
ready to be run on CPU, so that state must be ignored.

Change-Id: I0f2e7acd05e1592e5a91d898869a9a82ad66ead1
Signed-off-by: Geneviève Bastien <gbastien+lttng@versatic.net>
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/35492
Reviewed-by: Hudson CI
analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/kernelanalysis/KernelStateProvider.java
This page took 0.026874 seconds and 5 git commands to generate.