Implement enable all vs enable tracepoints vs enable syscalls
[lttng-tools.git] / include / lttng-kernel.h
index 475cde8cfd82dd267cc9e0fb98636d85a964af57..a62207209f6d8bba8f6215c46444b0d96782795c 100644 (file)
@@ -34,6 +34,7 @@
  */
 
 enum lttng_kernel_instrumentation {
+       LTTNG_KERNEL_ALL           = -1,        /* Used within lttng-tools */
        LTTNG_KERNEL_TRACEPOINT    = 0,
        LTTNG_KERNEL_KPROBE        = 1,
        LTTNG_KERNEL_FUNCTION      = 2,
This page took 0.024217 seconds and 5 git commands to generate.