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:14 +0000 (14:29 -0400)
commit12d4702757b86de457904f6e344b4f412cef611a
treec77cd6b349254034e8a9acf89d98f377237c3cd3
parent53efbeb88f871195f901edbb71ac7da1e22d5b45
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.024438 seconds and 5 git commands to generate.