Fix: pid tracker should track "pgid"
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 1 Jun 2017 18:24:11 +0000 (14:24 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 1 Jun 2017 18:29:28 +0000 (14:29 -0400)
commitc846d31aa9f92ef66bb35332b2e2a76936561e59
tree39f832bdf53813c653524f9b26c0bef7b5594c4d
parent1982602637cc4f2eeca81d3dfea5fbaa7d319597
Fix: pid tracker should track "pgid"

The "pid" notion exposed by LTTng translates to the "pgid" notion in the
Linux kernel. Therefore using "current->pid" as argument to the PID
tracker actually ends up behaving as a "tid" tracker, which does not
match the intent nor the user-space tracer behavior.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
probes/lttng-tracepoint-event-impl.h
This page took 0.026075 seconds and 4 git commands to generate.