lttng: make Critical path listen to thread selected signal instead of selection listener
authorMatthew Khouzam <matthew.khouzam@ericsson.com>
Wed, 9 Mar 2016 22:03:43 +0000 (17:03 -0500)
committerMatthew Khouzam <matthew.khouzam@ericsson.com>
Wed, 16 Mar 2016 01:50:46 +0000 (21:50 -0400)
commit926c10d3535553a5a002d06cfc49b96321fe6aa8
tree56b452a956b668562abe4bc82a1e84a69bfcf289
parent9620ac2680f86c595afc108540dd006936c07da0
lttng: make Critical path listen to thread selected signal instead of selection listener

This patch greatly simplifies the critical path parameter provider.
Now it will listen to a TmfThreadSelectedSignal instead of listenning to an
action on the control flow view. This will decouple the critical path from the
control flow view, instead allowing anything generating the signal the opportunity
to run a critical path analysis on a given thread and trace.

Change-Id: Ifb7f1fe2d5f81a8127ceab93b262cc9c0bbdd0e5
Signed-off-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/68099
Reviewed-by: Hudson CI
Reviewed-by: Genevieve Bastien <gbastien+lttng@versatic.net>
Tested-by: Genevieve Bastien <gbastien+lttng@versatic.net>
analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/analysis/os/linux/core/signals/package-info.java [new file with mode: 0644]
lttng/org.eclipse.tracecompass.lttng2.kernel.ui/src/org/eclipse/tracecompass/internal/lttng2/kernel/ui/criticalpath/CriticalPathParameterProvider.java
This page took 0.026205 seconds and 5 git commands to generate.