From: Mathieu Desnoyers Date: Tue, 15 May 2018 21:51:24 +0000 (-0400) Subject: Fix: pid tracker should track "pgid" for noargs probes X-Git-Tag: v2.11.0-rc1~50 X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=3980750d0727154b271c416f562782ffd8710c84;hp=3980750d0727154b271c416f562782ffd8710c84;p=lttng-modules.git Fix: pid tracker should track "pgid" for noargs probes 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. The probes taking arguments were fixed by a prior commit, but it missed probes without arguments. Signed-off-by: Mathieu Desnoyers ---