]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
tools/rv: Do not skip idle in trace
authorGabriele Monaco <gmonaco@redhat.com>
Wed, 23 Jul 2025 16:12:36 +0000 (18:12 +0200)
committerSteven Rostedt (Google) <rostedt@goodmis.org>
Thu, 24 Jul 2025 14:43:46 +0000 (10:43 -0400)
commitf60227f3448911b682c45041c3fbd94f6d3b15a2
tree1add4361928b2044b93e070f9d685831503da6ab
parentf3735df6281e3011f9d650824ef7cd40e5b6f15b
tools/rv: Do not skip idle in trace

Currently, the userspace RV tool skips trace events triggered by the RV
tool itself, this can be changed by passing the parameter -s, which sets
the variable config_my_pid to 0 (instead of the tool's PID).
This has the side effect of skipping events generated by idle (PID 0).

Set config_my_pid to -1 (an invalid pid) to avoid skipping idle.

Cc: Nam Cao <namcao@linutronix.de>
Cc: Tomas Glozar <tglozar@redhat.com>
Cc: Juri Lelli <jlelli@redhat.com>
Cc: Clark Williams <williams@redhat.com>
Cc: John Kacur <jkacur@redhat.com>
Link: https://lore.kernel.org/20250723161240.194860-2-gmonaco@redhat.com
Fixes: 6d60f89691fc ("tools/rv: Add in-kernel monitor interface")
Signed-off-by: Gabriele Monaco <gmonaco@redhat.com>
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
tools/verification/rv/src/in_kernel.c