commit | 09d23a1d8a82e814bd56a4f121b80ea8214ac49d | [log] [tgz] |
---|---|---|
author | Steven Rostedt (Red Hat) <rostedt@goodmis.org> | Tue Feb 03 12:45:53 2015 -0500 |
committer | Steven Rostedt <rostedt@goodmis.org> | Tue Feb 03 12:48:39 2015 -0500 |
tree | 8cbb029b9db4ae704108339a2e8c0d12ac8c6f20 | |
parent | 0f67f04ffcb592d065a20862a82d4539e0f8e909 [diff] |
tracing: Create cmdline tracer options on tracing fs init The options for cmdline tracers are not created if the debugfs system is not ready yet. If tracing has started before debugfs is up, then the option files for the tracer are not created. Create them when creating the tracing directory if the current tracer requires option files. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>