statedump: Add thread ID (tid) to interrupt
[lttng-modules.git] / instrumentation / events / lttng-module / lttng-statedump.h
index b65a1c2594e41b66f787d49f21806a752d61bd01..59f3efdef278d13ce63e874a1d4e4f2839de78be 100644 (file)
@@ -237,6 +237,7 @@ LTTNG_TRACEPOINT_EVENT(lttng_statedump_interrupt,
                ctf_integer(unsigned int, irq, irq)
                ctf_string(name, chip_name)
                ctf_string(action, action->name ? : "")
+               ctf_integer(pid_t, tid, action->thread ? action->thread->pid : 0)
        )
 )
 
This page took 0.023411 seconds and 4 git commands to generate.