tmf: Make Callstack View pass timestamps and PIDs to symbol provider
authorAlexandre Montplaisir <alexmonthy@efficios.com>
Tue, 5 Apr 2016 19:34:31 +0000 (15:34 -0400)
committerAlexandre Montplaisir <alexmonthy@efficios.com>
Wed, 27 Apr 2016 22:15:27 +0000 (18:15 -0400)
commit4ce4d8af2d43caf202398a2c43586b8e73e2fba7
treef2469fd50cb20a8822033f50044980d746e30a44
parent7f86b721fe37b4dcde0211abfd72f27bda634310
tmf: Make Callstack View pass timestamps and PIDs to symbol provider

Now that the Callstack analysis and view track the PIDs of each
function entry/exit, it can pass them along with the timesteamps
to the symbol providers, so that provider implementations making
use of the new methods can resolve symbols in the view too.

Also add proper comparison logic for ProcessEntries, they can use
numerical comparaison of the PID they now carry.

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