commit | 79e406d7b00ab2b261ae32a59f266fd3b7af6f29 | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Tue Sep 14 22:19:46 2010 -0400 |
committer | Steven Rostedt <rostedt@goodmis.org> | Tue Sep 14 22:19:46 2010 -0400 |
tree | e1f635e807691cb634fd63478861938592f226fa | |
parent | b304d0441a4118fadd4c3f16e4dc600c271030b5 [diff] |
tracing: Remove leftover FTRACE_ENABLE/DISABLE_MCOUNT enums The enums for FTRACE_ENABLE_MCOUNT and FTRACE_DISABLE_MCOUNT were used as commands to ftrace_run_update_code(). But these commands were used by the old nasty ftrace daemon that has long been slain. This is a clean up patch to remove the references to these enums and simplify the code a little. Reported-by: Wu Zhangjin <wuzhangjin@gmail.com> Signed-off-by: Steven Rostedt <rostedt@goodmis.org>