commit | 2b499381bc50ede01b3d8eab164ca2fad00655f0 | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Tue May 03 22:49:52 2011 -0400 |
committer | Steven Rostedt <rostedt@goodmis.org> | Wed May 18 15:29:49 2011 -0400 |
tree | 3140c277582b03b1645fffcb829763d62e2f01fa | |
parent | bd69c30b1d08032d97ab0dabd7a1eb7fb73ca2b2 [diff] |
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>