commit | a8259075074fb09c230b4cd2c8d3ee3c49d6ecd1 | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Thu Feb 26 22:19:12 2009 -0500 |
committer | Steven Rostedt <srostedt@redhat.com> | Thu Feb 26 22:22:46 2009 -0500 |
tree | edd6a6ab5f0365e9f93f7e992e29ced3136eaaf9 | |
parent | 5d0859cef29167d45dc6cf89d19712145e6005d6 [diff] |
tracing: add options directory and core option files This patch creates an options directory in the debugfs, that contains the available tracing options. These files contain 1 or 0, where 1 is the option is enabled and 0 it is disabled. Simply echoing in 1 will enable the option and 0 will disable it. This patch only contains the core options, not the tracer options. Signed-off-by: Steven Rostedt <srostedt@redhat.com>