diff options
author | Masami Hiramatsu <[email protected]> | 2011-06-27 16:26:56 +0900 |
---|---|---|
committer | Steven Rostedt <[email protected]> | 2011-07-15 15:17:14 -0400 |
commit | 614243181050436785f5a621749a7da2336a7916 (patch) | |
tree | d64445cc0bc14420b993e82bd4bb4723ea8e34fa /lib/mpi/mpiutil.c | |
parent | bc81d48d13d8839fae6833c95794c403b2133f36 (diff) |
tracing/kprobes: Support module init function probing
To support probing module init functions, kprobe-tracer allows
user to define a probe on non-existed function when it is given
with a module name. This also enables user to set a probe on
a function on a specific module, even if a same name (but different)
function is locally defined in another module.
The module name must be in the front of function name and separated
by a ':'. e.g. btrfs:btrfs_init_sysfs
Signed-off-by: Masami Hiramatsu <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Frederic Weisbecker <[email protected]>
Cc: Arnaldo Carvalho de Melo <[email protected]>
Link: http://lkml.kernel.org/r/20110627072656.6528.89970.stgit@fedora15
Signed-off-by: Steven Rostedt <[email protected]>
Diffstat (limited to 'lib/mpi/mpiutil.c')
0 files changed, 0 insertions, 0 deletions