Skip to content
/ linux Public
forked from torvalds/linux

Commit

Permalink
Documentation: tracing: Add per-group/all events enablement desciption
Browse files Browse the repository at this point in the history
Add ftrace.event.<GROUP>.enable and ftrace.event.enable bootconfig
description in the boot-time tracing document.

Link: https://lkml.kernel.org/r/162264438901.302580.10697703336929432947.stgit@devnote2

Signed-off-by: Masami Hiramatsu <[email protected]>
Signed-off-by: Steven Rostedt (VMware) <[email protected]>
  • Loading branch information
mhiramat authored and rostedt committed Jun 10, 2021
1 parent 4f99f84 commit ee0a070
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Documentation/trace/boottime-trace.rst
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,12 @@ These options are setting per-event options.
ftrace.[instance.INSTANCE.]event.GROUP.EVENT.enable
Enable GROUP:EVENT tracing.

ftrace.[instance.INSTANCE.]event.GROUP.enable
Enable all event tracing within GROUP.

ftrace.[instance.INSTANCE.]event.enable
Enable all event tracing.

ftrace.[instance.INSTANCE.]event.GROUP.EVENT.filter = FILTER
Set FILTER rule to the GROUP:EVENT.

Expand Down

0 comments on commit ee0a070

Please sign in to comment.