2
0
mirror of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-09-04 20:19:47 +08:00
linux/tools/verification/rv/src
Gabriele Monaco 4ffef9579f tools/rv: Allow rv list to filter for container
Add possibility to supply the container name to rv list:

  # rv list sched
  mon1
  mon2
  mon3

This lists only monitors in sched, without indentation.
Supplying -h, any option (string starting with -) or more than 1
argument will still print the usage.
Passing a non-existent container prints nothing and passing no container
continues to print all monitors, showing indentation for nested
monitors, reported after their container.

Cc: Ingo Molnar <mingo@redhat.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Juri Lelli <juri.lelli@redhat.com>
Link: https://lore.kernel.org/20250305140406.350227-10-gmonaco@redhat.com
Signed-off-by: Gabriele Monaco <gmonaco@redhat.com>
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
2025-03-24 17:27:40 -04:00
..
Build tools/verification: Use tools/build makefiles on rv 2024-03-20 05:39:06 +01:00
in_kernel.c tools/rv: Allow rv list to filter for container 2025-03-24 17:27:40 -04:00
rv.c tools/rv: Allow rv list to filter for container 2025-03-24 17:27:40 -04:00
trace.c tools/rv: Correct the grammatical errors in the comments 2024-10-04 15:07:24 -04:00
utils.c