]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0fcb0de5a886338c74df4e57a632708d2cb2b53b
tree3140c277582b03b1645fffcb829763d62e2f01fa
parent9308203cfbe40af96075ccd78910e2f6341e0e65
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