lttng: Remove procname from callstack requirements
authorGeneviève Bastien <gbastien+lttng@versatic.net>
Tue, 20 Dec 2016 02:17:12 +0000 (21:17 -0500)
committerGenevieve Bastien <gbastien+lttng@versatic.net>
Thu, 30 Mar 2017 13:41:14 +0000 (09:41 -0400)
commit543e0b452d3fac49322cf2f57aef6249d9f44a16
treea7a0bf94650fee4cceebee6c3fe006373bc39b03
parent5a99cb41f37998863023a851fdd58fc1a03a2d92
lttng: Remove procname from callstack requirements

The analysis does not need the procname and it adds some overhead in a trace
with a lot of function calls. Though procname makes it prettier, it should not
prevent a user from seeing the callstack of a perfectly workable trace.

Change-Id: I3603b52f8559c40b86193d954ab94d9e65dc9bce
Signed-off-by: Geneviève Bastien <gbastien+lttng@versatic.net>
Reviewed-on: https://git.eclipse.org/r/87449
Reviewed-by: Hudson CI
Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Tested-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
lttng/org.eclipse.tracecompass.lttng2.ust.core/META-INF/MANIFEST.MF
lttng/org.eclipse.tracecompass.lttng2.ust.core/src/org/eclipse/tracecompass/internal/lttng2/ust/core/callstack/LttngUstCallStackAnalysisRequirement.java
lttng/org.eclipse.tracecompass.lttng2.ust.core/src/org/eclipse/tracecompass/internal/lttng2/ust/core/callstack/LttngUstCallStackProvider.java
This page took 0.024946 seconds and 5 git commands to generate.