Add task cpu in process statedump
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 24 Nov 2016 01:43:49 +0000 (20:43 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 24 Nov 2016 01:43:49 +0000 (20:43 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
instrumentation/events/lttng-module/lttng-statedump.h

index e98e7c0ba270ed71d7d293182d41e97791eccc94..e7c528dacfb91e5fea8dbb443b7df9875bffe653 100644 (file)
@@ -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))
        )
 )
 
This page took 0.025349 seconds and 4 git commands to generate.