lttng.ust: Add the build-ID to the key of cache of addr2line calls
[deliverable/tracecompass.git] / lttng / org.eclipse.tracecompass.lttng2.ust.core / src / org / eclipse / tracecompass / lttng2 / ust / core / analysis / debuginfo / UstDebugInfoBinaryAspect.java
index 4bb345e2dd3310f283c8f4ced7a3e24695057350..942b7678ad71c372aa30f82fecaeb9dfbd493ace 100644 (file)
@@ -122,7 +122,7 @@ public class UstDebugInfoBinaryAspect implements ITmfEventAspect<BinaryCallsite>
         // TODO If the binary is present on the current file system, we could
         // try to get the symbol name from it.
 
-        return new BinaryCallsite(fullPath, EMPTY_STRING, offset);
+        return new BinaryCallsite(fullPath, file.getBuildId(), EMPTY_STRING, offset);
     }
 
     /**
This page took 0.041041 seconds and 5 git commands to generate.