linux.ui: Add context menu to Control Flow View to follow a thread
authorMatthew Khouzam <matthew.khouzam@ericsson.com>
Tue, 16 Feb 2016 03:42:04 +0000 (22:42 -0500)
committerMatthew Khouzam <matthew.khouzam@ericsson.com>
Wed, 16 Mar 2016 01:50:38 +0000 (21:50 -0400)
commit9620ac2680f86c595afc108540dd006936c07da0
tree6265f017e29c483b7b0ee4d030bece6aafaa2871
parentccc49be172cbffca913dac8e19af746aeeeb8d55
linux.ui: Add context menu to Control Flow View to follow a thread

The command to follow a thread generates a TmfThreadSelectedSignal. To
see the context menu, one must right click on a thread entry in the control
flow view. More follow action locations can be:

 * the events table
 * the resources view, on an event
 * the filters view
 * the critical flow view

Change-Id: Ib74eb67f98c514f29fde689c47c2cb42c90868db
Signed-off-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/66665
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.ui/src/org/eclipse/tracecompass/analysis/os/linux/ui/views/controlflow/ControlFlowView.java
analysis/org.eclipse.tracecompass.analysis.os.linux.ui/src/org/eclipse/tracecompass/internal/analysis/os/linux/ui/actions/FollowThreadAction.java [new file with mode: 0644]
analysis/org.eclipse.tracecompass.analysis.os.linux.ui/src/org/eclipse/tracecompass/internal/analysis/os/linux/ui/actions/Messages.java [new file with mode: 0644]
analysis/org.eclipse.tracecompass.analysis.os.linux.ui/src/org/eclipse/tracecompass/internal/analysis/os/linux/ui/actions/messages.properties [new file with mode: 0644]
This page took 0.027155 seconds and 5 git commands to generate.