From: Li Zefan Date: Mon, 21 Dec 2009 06:27:24 +0000 (+0800) Subject: tracing: Make the documentation clear on trace_event boot option X-Git-Tag: upstream/snapshot3+hdmi~14615^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=03d646e62b06e9364e2dbb939d67934c6c9826cd;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git tracing: Make the documentation clear on trace_event boot option Make it clear that event-list is a comma separated list of events. Reported-by: KOSAKI Motohiro Signed-off-by: Li Zefan LKML-Reference: <4B2F154C.2060503@cn.fujitsu.com> Signed-off-by: Steven Rostedt --- diff --git a/Documentation/trace/events.txt b/Documentation/trace/events.txt index 02ac6ed..778ddf3 100644 --- a/Documentation/trace/events.txt +++ b/Documentation/trace/events.txt @@ -90,7 +90,8 @@ In order to facilitate early boot debugging, use boot option: trace_event=[event-list] -The format of this boot option is the same as described in section 2.1. +event-list is a comma separated list of events. See section 2.1 for event +format. 3. Defining an event-enabled tracepoint =======================================