X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=instrumentation%2Fevents%2Flttng-module%2Flttng-statedump.h;h=e7c528dacfb91e5fea8dbb443b7df9875bffe653;hb=2e9cb2ea35b4d7f91af714cbddf58b674bbf7b2c;hp=916a6c5c3450b2b126e1f7929e6f498b25117322;hpb=7bbf55ea7a85748e02c9b3e966c1812032c48eb8;p=lttng-modules.git diff --git a/instrumentation/events/lttng-module/lttng-statedump.h b/instrumentation/events/lttng-module/lttng-statedump.h index 916a6c5c..e7c528da 100644 --- a/instrumentation/events/lttng-module/lttng-statedump.h +++ b/instrumentation/events/lttng-module/lttng-statedump.h @@ -4,7 +4,7 @@ #if !defined(LTTNG_TRACE_LTTNG_STATEDUMP_H) || defined(TRACE_HEADER_MULTI_READ) #define LTTNG_TRACE_LTTNG_STATEDUMP_H -#include "../../../probes/lttng-tracepoint-event.h" +#include #include #include #include @@ -71,6 +71,7 @@ LTTNG_TRACEPOINT_EVENT(lttng_statedump_process_state, #if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,8,0)) ctf_integer(unsigned int, ns_inum, pid_ns ? pid_ns->lttng_proc_inum : 0) #endif + ctf_integer(unsigned int, cpu, task_cpu(p)) ) ) @@ -140,4 +141,4 @@ LTTNG_TRACEPOINT_EVENT(lttng_statedump_interrupt, #endif /* LTTNG_TRACE_LTTNG_STATEDUMP_H */ /* This part must be outside protection */ -#include "../../../probes/define_trace.h" +#include