lttng: Add Callstack View support for UST traces
authorAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Wed, 11 Sep 2013 14:46:08 +0000 (10:46 -0400)
committerAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Tue, 17 Sep 2013 22:19:00 +0000 (18:19 -0400)
commit1c6660cafd36f95f772e7f49f115941c0f3a2ac5
tree55521f12a4b888145545857acf39bf9d2a2e46f2
parentb489a029a8762befe542695fa37df1cecd50f2e1
lttng: Add Callstack View support for UST traces

UST traces using the lttng-ust-cyg-profile library will contain events
about function entries and exists. We can leverage(!) this information
to populate the generic TMF Callstack view.

For now it will only print the function addresses. Until the whole
function-names-in-the-trace debate is resolved upstream, we will provide
a mechanism to import a mapping file manually. This will come in a
separate commit.

Change-Id: I03b461ef9e863ddb6988907514e96bb3db3eaef9
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/16394
Tested-by: Hudson CI
Reviewed-by: Genevieve Bastien <gbastien+lttng@versatic.net>
IP-Clean: Genevieve Bastien <gbastien+lttng@versatic.net>
org.eclipse.linuxtools.lttng2.ust.core/META-INF/MANIFEST.MF
org.eclipse.linuxtools.lttng2.ust.core/src/org/eclipse/linuxtools/internal/lttng2/ust/core/trace/callstack/LttngUstCallStackProvider.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.ust.core/src/org/eclipse/linuxtools/lttng2/ust/core/trace/LttngUstTrace.java
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/trace/TmfTrace.java
This page took 0.025181 seconds and 5 git commands to generate.