commit | b448c4e3ae6d20108dba1d7833f2c0d3dbad87ce | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Fri Apr 29 15:12:32 2011 -0400 |
committer | Steven Rostedt <rostedt@goodmis.org> | Wed May 18 15:29:44 2011 -0400 |
tree | 504e5a3640328458e652e41cfd2ed74e4652e5b3 | |
parent | 94692349c4fc1bc74c19a28f9379509361a06a3b [diff] |
ftrace: Replace FTRACE_FL_NOTRACE flag with a hash of ignored functions To prepare for the accounting system that will allow multiple users of the function tracer, having the FTRACE_FL_NOTRACE as a flag in the dyn_trace record does not make sense. All ftrace_ops will soon have a hash of functions they should trace and not trace. By making a global hash of functions not to trace makes this easier for the transition. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>