Commit-ID: 03d646e62b06e9364e2dbb939d67934c6c9826cd Gitweb: http://git.kernel.org/tip/03d646e62b06e9364e2dbb939d67934c6c9826cd Author: Li Zefan <lizf@xxxxxxxxxxxxxx> AuthorDate: Mon, 21 Dec 2009 14:27:24 +0800 Committer: Steven Rostedt <rostedt@xxxxxxxxxxx> CommitDate: Tue, 4 May 2010 16:25:51 -0400 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 <kosaki.motohiro@xxxxxxxxxxxxxx> Signed-off-by: Li Zefan <lizf@xxxxxxxxxxxxxx> LKML-Reference: <4B2F154C.2060503@xxxxxxxxxxxxxx> Signed-off-by: Steven Rostedt <rostedt@xxxxxxxxxxx> --- Documentation/trace/events.txt | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) 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 ======================================= -- To unsubscribe from this list: send the line "unsubscribe linux-tip-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html
![]() |