Skip to content

Commit

Permalink
doc: clarify that trace_events= takes a comma-separated list
Browse files Browse the repository at this point in the history
It took me browsing through the source code to determine that I was,
indeed, using the wrong delimiter in my command lines. So I might as
well document it for the next person.

Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Acked-by: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
  • Loading branch information
Brian Norris authored and Jonathan Corbet committed Jun 3, 2016
1 parent 3610a2a commit d81749e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Documentation/kernel-parameters.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3992,8 +3992,9 @@ bytes respectively. Such letter suffixes can also be entirely omitted.

trace_event=[event-list]
[FTRACE] Set and start specified trace events in order
to facilitate early boot debugging.
See also Documentation/trace/events.txt
to facilitate early boot debugging. The event-list is a
comma separated list of trace events to enable. See
also Documentation/trace/events.txt

trace_options=[option-list]
[FTRACE] Enable or disable tracer options at boot.
Expand Down

0 comments on commit d81749e

Please sign in to comment.