commit | ee6bce52276c0717ed3e63296e5d9465d339e923 | [log] [tgz] |
---|---|---|
author | Steven Rostedt <rostedt@goodmis.org> | Wed Nov 12 17:52:37 2008 -0500 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Nov 13 09:49:23 2008 +0100 |
tree | c1bb4ca81eda3bc372c121d72bb2ef6c27cdeeda | |
parent | 1696b2b0f44a8d42f3e6b1ea90c21790871c04d9 [diff] |
ftrace: rename iter_ctrl to trace_options Impact: rename file /debug/tracing/iter_ctrl to /debug/tracing/trace_options The original ftrace had a file called "iter_ctrl" that would control the way the output was iterated. But this file grew into a catch all for different trace options. This patch renames the file from iter_ctrl to trace_options to reflect this change. Signed-off-by: Steven Rostedt <srostedt@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>