tmf: Allow call stack module to override default attribute path
authorPatrick Tasse <patrick.tasse@gmail.com>
Tue, 8 Jul 2014 21:09:11 +0000 (17:09 -0400)
committerPatrick Tasse <patrick.tasse@gmail.com>
Tue, 15 Jul 2014 17:58:50 +0000 (13:58 -0400)
commitda27e43a5bdfb314c763efae15e6137e8c469e6d
tree22a56bef37102eb0e7838bd8e88e32fb9bd50080
parent085938568c6f4211146bb213c3c9300506f963f0
tmf: Allow call stack module to override default attribute path

This patch allows a specific implementation of the abstract call stack
analysis module to override the default state system attributes to use.

The call stack state system is also stored in the call stack entry to
avoid computing it repeatedly.

Change-Id: I1541cd639d38944225765e69d7150f1ea8def881
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-on: https://git.eclipse.org/r/29634
Reviewed-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Tested-by: Hudson CI
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/callstack/AbstractCallStackAnalysis.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/callstack/CallStackEntry.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/callstack/CallStackPresentationProvider.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/callstack/CallStackView.java
This page took 0.026144 seconds and 5 git commands to generate.