timing: Bug 500592: fix symbols for with debug info of Lttng 2.8
[deliverable/tracecompass.git] / analysis / org.eclipse.tracecompass.analysis.timing.core / src / org / eclipse / tracecompass / internal / analysis / timing / core / callgraph / ICalledFunction.java
index 5fb05ac0cce564a4fa47a7d83aa6d1b6c587b706..e19a61fa642681729692c954848e1565ef2108df 100644 (file)
@@ -61,4 +61,11 @@ public interface ICalledFunction extends ISegment {
      */
     int getDepth();
 
+    /**
+     * The process ID of the traced application
+     *
+     * @return The process ID
+     */
+    int getProcessId();
+
 }
\ No newline at end of file
This page took 0.024132 seconds and 5 git commands to generate.