aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Rostedt (Google) <rostedt@goodmis.org>2022-06-08 12:31:51 -0400
committerSteven Rostedt (Google) <rostedt@goodmis.org>2022-06-08 13:00:46 -0400
commit637ab37fb5e427a99e8d6563353cd72696fadcc5 (patch)
tree70d1780343bc8287575068f9e10ad78d97e8ee25
parentdda563c96aa00e05d3b34da03ccda3ddc5daf9a9 (diff)
downloadtrace-cmd-637ab37fb5e427a99e8d6563353cd72696fadcc5.tar.gz
trace-cmd stat: Show PIDs in set_ftrace_notrace_pid
List the PIDs that are not to be traced by the function tracers that are listed in the set_ftrace_notrace_pid. Link: https://lore.kernel.org/linux-trace-devel/20220608163152.425352-3-rostedt@goodmis.org Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
-rw-r--r--tracecmd/trace-stat.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tracecmd/trace-stat.c b/tracecmd/trace-stat.c
index 4250f46a..285960de 100644
--- a/tracecmd/trace-stat.c
+++ b/tracecmd/trace-stat.c
@@ -863,6 +863,8 @@ static void stat_instance(struct buffer_instance *instance, bool opt)
report_file(instance, "set_event_notrace_pid", "", "Filtered notrace event PIDs:\n");
report_file(instance, "set_ftrace_pid", "no pid",
"Filtered function tracer PIDs:\n");
+ report_file(instance, "set_ftrace_notrace_pid", "no pid",
+ "Filtered function tracer notrace PIDs:\n");
if (opt) {
printf("\nOptions:\n");
show_options(" ", instance);