X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng-kernel.h;fp=include%2Flttng-kernel.h;h=a62207209f6d8bba8f6215c46444b0d96782795c;hp=475cde8cfd82dd267cc9e0fb98636d85a964af57;hb=7a3d132871a4414b6cd232e7f41e6a1f50d9bf16;hpb=cd84aa763efa60969f15757d46a09a884ea97fc8 diff --git a/include/lttng-kernel.h b/include/lttng-kernel.h index 475cde8cf..a62207209 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,