]> git.karo-electronics.de Git - mv-sheeva.git/commit
ftrace: Replace FTRACE_FL_NOTRACE flag with a hash of ignored functions
authorSteven Rostedt <srostedt@redhat.com>
Fri, 29 Apr 2011 19:12:32 +0000 (15:12 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Wed, 18 May 2011 19:29:44 +0000 (15:29 -0400)
commitb448c4e3ae6d20108dba1d7833f2c0d3dbad87ce
tree504e5a3640328458e652e41cfd2ed74e4652e5b3
parent94692349c4fc1bc74c19a28f9379509361a06a3b
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>
include/linux/ftrace.h
kernel/trace/ftrace.c