Fix: pid tracker should track "pgid"
[lttng-modules.git] / probes / lttng-tracepoint-event-impl.h
index cd7af77639945f3326729fe6a84ea2e038d5fd67..7ec0d757e62bc75abaa4a6b39b4cec73b924ba2d 100644 (file)
@@ -1150,7 +1150,7 @@ static void __event_probe__##_name(void *__data, _proto)                \
        if (unlikely(!ACCESS_ONCE(__event->enabled)))                         \
                return;                                                       \
        __lpf = lttng_rcu_dereference(__session->pid_tracker);                \
-       if (__lpf && likely(!lttng_pid_tracker_lookup(__lpf, current->pid)))  \
+       if (__lpf && likely(!lttng_pid_tracker_lookup(__lpf, current->tgid))) \
                return;                                                       \
        __orig_dynamic_len_offset = this_cpu_ptr(&lttng_dynamic_len_stack)->offset; \
        __dynamic_len_idx = __orig_dynamic_len_offset;                        \
This page took 0.024664 seconds and 4 git commands to generate.