lttng: Move the UST Callstack analysis to use ILttngUstEventLayout
[deliverable/tracecompass.git] / lttng / org.eclipse.tracecompass.lttng2.ust.core / src / org / eclipse / tracecompass / lttng2 / ust / core / trace / layout / ILttngUstEventLayout.java
index eabe2b6996864acfc74891fdaeac840145616d95..f4b3bb1d35d0da9ae289cefa4d5879c432e07896 100644 (file)
@@ -30,6 +30,15 @@ public interface ILttngUstEventLayout {
     String eventLibcMemalign();
     String eventLibcPosixMemalign();
 
+    // ------------------------------------------------------------------------
+    // Event names used in liblttng-ust-cyg-profile(-fast)
+    // ------------------------------------------------------------------------
+
+    String eventCygProfileFuncEntry();
+    String eventCygProfileFastFuncEntry();
+    String eventCygProfileFuncExit();
+    String eventCygProfileFastFuncExit();
+
     // ------------------------------------------------------------------------
     // Field names
     // ------------------------------------------------------------------------
@@ -40,6 +49,8 @@ public interface ILttngUstEventLayout {
     String fieldOutPtr();
     String fieldInPtr();
 
+    String fieldAddr();
+
     // ------------------------------------------------------------------------
     // Context field names
     // ------------------------------------------------------------------------
This page took 0.023438 seconds and 5 git commands to generate.