lttng.ust: Introduce a cache of the calls to addr2line
authorAlexandre Montplaisir <alexmonthy@efficios.com>
Tue, 5 Apr 2016 23:02:11 +0000 (19:02 -0400)
committerAlexandre Montplaisir <alexmonthy@efficios.com>
Thu, 28 Apr 2016 17:32:07 +0000 (13:32 -0400)
commit4d60469d565f85f47150dd90cf2105645fea86fa
tree5c3596a0222ee7d36f98dc6153e2280b287f3472
parentc76f2206037e2ad243839a841c16c03f9a7ba743
lttng.ust: Introduce a cache of the calls to addr2line

Since calling an external process is relatively costly, we can
cache the results of the calls so future lookups can reuse the
information.

Change-Id: I5d84be78d45b893ea5942bdd5d2459faf4574af5
Signed-off-by: Alexandre Montplaisir <alexmonthy@efficios.com>
Reviewed-on: https://git.eclipse.org/r/69972
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/analysis/debuginfo/FileOffsetMapper.java
This page took 0.027219 seconds and 5 git commands to generate.