analysis: Show thread priority in critical path view
authorGeneviève Bastien <gbastien+lttng@versatic.net>
Tue, 9 Feb 2016 03:21:33 +0000 (22:21 -0500)
committerMatthew Khouzam <matthew.khouzam@ericsson.com>
Wed, 10 Feb 2016 02:20:34 +0000 (21:20 -0500)
commite14c1f714a84692e206d6818a4c3ca735e572e63
tree40cac42aab19f7a5a2ff0b1b742d42af91a0b022
parent446638fc4bffcbda4801cf865c01270c788b0068
analysis: Show thread priority in critical path view

This effectively allows the critical path to become a priority
inversion explorer too.

Note: Priority inversions should not happen in modern OSes. But
users can badly set their thread priority. This patch highlights
that error.

Change-Id: I4db2f5b69329a0b868758a35f15ee6cfc13fa43c
Signed-off-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Signed-off-by: Geneviève Bastien <gbastien+lttng@versatic.net>
Reviewed-on: https://git.eclipse.org/r/66063
Reviewed-by: Hudson CI
lttng/org.eclipse.tracecompass.lttng2.kernel.core/src/org/eclipse/tracecompass/internal/lttng2/kernel/core/analysis/graph/model/LttngWorker.java
lttng/org.eclipse.tracecompass.lttng2.kernel.core/src/org/eclipse/tracecompass/internal/lttng2/kernel/core/analysis/graph/model/Messages.java [new file with mode: 0644]
lttng/org.eclipse.tracecompass.lttng2.kernel.core/src/org/eclipse/tracecompass/internal/lttng2/kernel/core/analysis/graph/model/messages.properties [new file with mode: 0644]
This page took 0.029509 seconds and 5 git commands to generate.