commit | 55577204154c7a95c6bce4cb185366d638b238b5 | [log] [tgz] |
---|---|---|
author | Steven Rostedt (Red Hat) <rostedt@goodmis.org> | Tue Sep 29 19:06:50 2015 -0400 |
committer | Steven Rostedt <rostedt@goodmis.org> | Wed Sep 30 15:22:42 2015 -0400 |
tree | 9cbfd57e11d2ee00c015980459fe978b99a8d597 | |
parent | b9f9108cad3998a4c8fd26051c37a451f1dff1f1 [diff] |
tracing: Move sleep-time and graph-time options out of the core trace_flags The sleep-time and graph-time options are only for the function graph tracer and are not used by anything else. As tracer options are now visible when the tracer is not activated, its better to move the function graph specific tracer options into the function graph tracer. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>