X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng-kernel.h;h=ac9370d2f48f5f3b35bc22de1c8d22fbff19b2bb;hp=475cde8cfd82dd267cc9e0fb98636d85a964af57;hb=6299f964b03eb3a3074dbe872907794d20da8af0;hpb=a54bd42d73836eb9033a31c3f68be5b7e8612dce 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,