X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=include%2Flttng-kernel.h;h=ac9370d2f48f5f3b35bc22de1c8d22fbff19b2bb;hb=24d67bf1657fc814f920a13658757485f22285de;hp=475cde8cfd82dd267cc9e0fb98636d85a964af57;hpb=01d92d2f4d254089531424e50f8e8fd9226dd5d6;p=lttng-tools.git diff --git a/include/lttng-kernel.h b/include/lttng-kernel.h index 475cde8cf..ac9370d2f 100644 --- a/include/lttng-kernel.h +++ b/include/lttng-kernel.h @@ -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,