tracing: Add missing function triggers dump and cpudump to README
The debugfs tracing README file lists all the function triggers except for dump and cpudump. These should be added too. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
This commit is contained in:
committed by
Steven Rostedt
parent
abb43f6998
commit
17a280ea81
@@ -3611,6 +3611,8 @@ static const char readme_msg[] =
|
|||||||
#ifdef CONFIG_TRACER_SNAPSHOT
|
#ifdef CONFIG_TRACER_SNAPSHOT
|
||||||
"\t\t snapshot\n"
|
"\t\t snapshot\n"
|
||||||
#endif
|
#endif
|
||||||
|
"\t\t dump\n"
|
||||||
|
"\t\t cpudump\n"
|
||||||
"\t example: echo do_fault:traceoff > set_ftrace_filter\n"
|
"\t example: echo do_fault:traceoff > set_ftrace_filter\n"
|
||||||
"\t echo do_trap:traceoff:3 > set_ftrace_filter\n"
|
"\t echo do_trap:traceoff:3 > set_ftrace_filter\n"
|
||||||
"\t The first one will disable tracing every time do_fault is hit\n"
|
"\t The first one will disable tracing every time do_fault is hit\n"
|
||||||
|
Reference in New Issue
Block a user