From: Brian Norris Date: Mon, 23 May 2016 20:37:58 +0000 (-0700) Subject: doc: clarify that trace_events= takes a comma-separated list X-Git-Tag: v4.8-rc1~3^2~40 X-Git-Url: http://git.cascardo.info/?a=commitdiff_plain;h=d81749ea8b1537a382535983a269fc69c696fa0e;hp=3610a2add39365a0f153154c60169a66c616d50f;p=cascardo%2Flinux.git doc: clarify that trace_events= takes a comma-separated list 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 Acked-by: Steven Rostedt Signed-off-by: Jonathan Corbet --- diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 82b42c958d1c..a2a662d4da83 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt @@ -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.