From 33e801a975452b5602ce22c5efa694577d78c84e Mon Sep 17 00:00:00 2001 From: Julien Desfossez Date: Tue, 10 Nov 2015 21:21:14 -0500 Subject: [PATCH] Missing cpu id kernel context in the kernel tracer ABI MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Julien Desfossez Signed-off-by: Jérémie Galarneau --- src/common/lttng-kernel.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/lttng-kernel.h b/src/common/lttng-kernel.h index f1144de7f..9dd8df7a5 100644 --- a/src/common/lttng-kernel.h +++ b/src/common/lttng-kernel.h @@ -53,6 +53,7 @@ enum lttng_kernel_context_type { LTTNG_KERNEL_CONTEXT_PPID = 8, LTTNG_KERNEL_CONTEXT_VPPID = 9, LTTNG_KERNEL_CONTEXT_HOSTNAME = 10, + LTTNG_KERNEL_CONTEXT_CPU_ID = 11, }; /* Perf counter attributes */ -- 2.34.1