statedump: Add thread ID (tid) to interrupt
authorGeneviève Bastien <gbastien+lttng@versatic.net>
Mon, 1 Oct 2018 17:26:31 +0000 (13:26 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 18 Oct 2019 15:57:50 +0000 (11:57 -0400)
commitafded8f566eb85e3c1e04881a20fce1a74e6c43a
tree3430c549adfaaf8b71931c527dd55913aad1305e
parentc88f762e4c83e3ff148f8e7962d3d9c52d64ff4e
statedump: Add thread ID (tid) to interrupt

Threaded IRQs have a 'thread' field set in the the action structure,
defining which process to wakeup when the IRQ happens.

Having this information will allow to know which process are IRQ
handling process and the analyses can track what happens in those
processes to the IRQ that caused them to wake up.

[ Edit by Mathieu Desnoyers: Rename "thread" field to "tid" to stay
  consistent with the rest of lttng-modules tracepoints. ]

Signed-off-by: Geneviève Bastien <gbastien+lttng@versatic.net>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
instrumentation/events/lttng-module/lttng-statedump.h
This page took 0.026085 seconds and 4 git commands to generate.