Re: [PATCH v2] ftrace: Document filter and option limitations

2014-11-05 Thread Peter Hurley
On 11/05/2014 10:23 AM, Steven Rostedt wrote: > On Tue, 4 Nov 2014 12:46:05 -0500 > Peter Hurley wrote: > >> When using the function or function_graph tracers from the command >> line, certain command line options have limitations. >> >> Document that only kernel built-in functions can be filter

Re: [PATCH v2] ftrace: Document filter and option limitations

2014-11-05 Thread Steven Rostedt
On Tue, 4 Nov 2014 12:46:05 -0500 Peter Hurley wrote: > When using the function or function_graph tracers from the command > line, certain command line options have limitations. > > Document that only kernel built-in functions can be filtered via > ftrace_filter= or ftrace_graph_filter=. Docume

[PATCH v2] ftrace: Document filter and option limitations

2014-11-04 Thread Peter Hurley
When using the function or function_graph tracers from the command line, certain command line options have limitations. Document that only kernel built-in functions can be filtered via ftrace_filter= or ftrace_graph_filter=. Document that tracer-specific options cannot be set on the command line v