ftrace: Have global_ops store the functions that are to be traced
authorSteven Rostedt <srostedt@redhat.com>
Wed, 4 May 2011 02:49:52 +0000 (22:49 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Wed, 18 May 2011 19:29:49 +0000 (15:29 -0400)
commit2b499381bc50ede01b3d8eab164ca2fad00655f0
tree3140c277582b03b1645fffcb829763d62e2f01fa
parentbd69c30b1d08032d97ab0dabd7a1eb7fb73ca2b2
ftrace: Have global_ops store the functions that are to be traced

This is a step towards each ops structure defining its own set
of functions to trace. As the current code with pid's and such
are specific to the global_ops, it is restructured to be used
with the global ops.

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
kernel/trace/ftrace.c