Cleanup: move to kernel style SPDX license identifiers
[lttng-modules.git] / instrumentation / events / lttng-module / lttng-statedump.h
index e98e7c0ba270ed71d7d293182d41e97791eccc94..3bfc28e70bdb7913fd14b8fc3f781b244e486865 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 #undef TRACE_SYSTEM
 #define TRACE_SYSTEM lttng_statedump
 
@@ -71,6 +72,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.023718 seconds and 4 git commands to generate.