gdbtrace: Move plugins to the Trace Compass namespace
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng2.kernel.core / src / org / eclipse / linuxtools / internal / lttng2 / kernel / core / LttngStrings.java
index 77eccbae00985a4b84809804f8c3cf1d905aaa9f..044ec9fd293316dfec8519f9c28d29171a749434 100644 (file)
@@ -33,6 +33,8 @@ public interface LttngStrings {
     static final String SOFTIRQ_EXIT = "softirq_exit";
     static final String SOFTIRQ_RAISE = "softirq_raise";
     static final String SCHED_SWITCH = "sched_switch";
+    static final String SCHED_WAKEUP = "sched_wakeup";
+    static final String SCHED_WAKEUP_NEW = "sched_wakeup_new";
     static final String SCHED_PROCESS_FORK = "sched_process_fork";
     static final String SCHED_PROCESS_EXIT = "sched_process_exit";
     static final String SCHED_PROCESS_FREE = "sched_process_free";
@@ -47,6 +49,7 @@ public interface LttngStrings {
     static final String IRQ = "irq";
     static final String COMM = "comm";
     static final String NAME = "name";
+    static final String PID = "pid";
     static final String TID = "tid";
     static final String PPID = "ppid";
     static final String STATUS = "status";
This page took 0.026256 seconds and 5 git commands to generate.