lttng: Make use of "is_pic" event field in debug info analysis
[deliverable/tracecompass.git] / lttng / org.eclipse.tracecompass.lttng2.ust.core / src / org / eclipse / tracecompass / internal / lttng2 / ust / core / trace / layout / LttngUst28EventLayout.java
index 40548264efb4e1702958cf2c61015055b7122671..27ff9e0c6e9e695c0121a426f0d062d5860a2435 100644 (file)
@@ -89,4 +89,8 @@ public class LttngUst28EventLayout extends LttngUst27EventLayout {
     public String fieldBuildId() {
         return "build_id";
     }
+
+    public String fieldIsPic() {
+        return "is_pic";
+    }
 }
This page took 0.024806 seconds and 5 git commands to generate.