Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1405626
| From | Steven Rostedt <rostedt@goodmis.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v2] doc: clarify that trace_events= takes a comma-separated list |
| Date | 2016-05-23 23:00 +0200 |
| Message-ID | <rC57b-2h8-3@gated-at.bofh.it> (permalink) |
| References | <rC4uu-23X-5@gated-at.bofh.it> <rC4NP-2ay-13@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Mon, 23 May 2016 13:37:58 -0700 Brian Norris <computersforpeace@gmail.com> wrote: > 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. > This version looks good to me. Jonathan, you want to take this patch? Acked-by: Steven Rostedt <rostedt@goodmis.org> -- Steve > Signed-off-by: Brian Norris <computersforpeace@gmail.com> > --- > v2: remove language about /sys/kernel/debug/tracing/set_event, to avoid > implying it also takes a comma separated list > > Documentation/kernel-parameters.txt | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > 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.
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH] doc: clarify that trace_events= takes a comma-separated list Brian Norris <computersforpeace@gmail.com> - 2016-05-23 22:20 +0200
Re: [PATCH] doc: clarify that trace_events= takes a comma-separated list Steven Rostedt <rostedt@goodmis.org> - 2016-05-23 22:30 +0200
Re: [PATCH] doc: clarify that trace_events= takes a comma-separated list Brian Norris <computersforpeace@gmail.com> - 2016-05-23 22:40 +0200
[PATCH v2] doc: clarify that trace_events= takes a comma-separated list Brian Norris <computersforpeace@gmail.com> - 2016-05-23 22:40 +0200
Re: [PATCH v2] doc: clarify that trace_events= takes a comma-separated list Jonathan Corbet <corbet@lwn.net> - 2016-05-23 23:00 +0200
Re: [PATCH v2] doc: clarify that trace_events= takes a comma-separated list Steven Rostedt <rostedt@goodmis.org> - 2016-05-23 23:00 +0200
csiph-web