Skip to content
Commit 0c75a3ed authored by Steven Rostedt's avatar Steven Rostedt
Browse files

ftrace: state that all functions are enabled in set_ftrace_filter



Impact: clean up, make set_ftrace_filter less confusing

The set_ftrace_filter shows only the functions that will be traced.
But when it is empty, it will trace all functions. This can be a bit
confusing.

This patch makes set_ftrace_filter show:

  #### all functions enabled ####

When all functions will be traced, and we do not filter only a select
few.

Signed-off-by: default avatarSteven Rostedt <srostedt@redhat.com>
parent 5fb896a4
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment