X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=instrumentation%2Fevents%2Flttng-module%2Flttng-statedump.h;h=e7c528dacfb91e5fea8dbb443b7df9875bffe653;hb=134984e912082ad82437514f07e21f31b46f61f9;hp=e98e7c0ba270ed71d7d293182d41e97791eccc94;hpb=6ec43db836429730c1431809049197a4fbe820fa;p=lttng-modules.git diff --git a/instrumentation/events/lttng-module/lttng-statedump.h b/instrumentation/events/lttng-module/lttng-statedump.h index e98e7c0b..e7c528da 100644 --- a/instrumentation/events/lttng-module/lttng-statedump.h +++ b/instrumentation/events/lttng-module/lttng-statedump.h @@ -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)) ) )