Re: [PATCH] doc: clarify that trace_events= takes a comma-separated list

2016-05-23 Thread Brian Norris
On Mon, May 23, 2016 at 04:25:44PM -0400, Steven Rostedt wrote: > On Mon, 23 May 2016 13:08:31 -0700 > Brian Norris 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 t

Re: [PATCH] doc: clarify that trace_events= takes a comma-separated list

2016-05-23 Thread Steven Rostedt
On Mon, 23 May 2016 13:08:31 -0700 Brian Norris wrote: Hi Brian, > 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 > --- > Docum

[PATCH] doc: clarify that trace_events= takes a comma-separated list

2016-05-23 Thread Brian Norris
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 --- Documentation/kernel-parameters.txt | 7 ++- 1 file changed, 6 insertions(+), 1 dele