commit | 785656a41f9a9c0e843a23d1ae05d900b5158f8f | [log] [tgz] |
---|---|---|
author | Abhishek Sagar <sagar.abhishek@gmail.com> | Sat Jun 21 23:47:39 2008 +0530 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Jun 23 22:10:57 2008 +0200 |
tree | 0e1dcb8508febe2504a0f28806e26d48367c09af | |
parent | 395a59d0f8e86bb39cd700c3d185d30c670bb958 [diff] |
kprobes: enable clean usage of get_kprobe Allow clean use of get_kprobe() outside of core kprobe code. Ftrace makes use of get_kprobe to identify probes installed on mcount call-sites. Signed-off-by: Abhishek Sagar <sagar.abhishek@gmail.com> Acked-by: Ananth N Mavinakayanahalli <ananth@in.ibm.com> Cc: Masami Hiramatsu <mhiramat@redhat.com> Cc: jkenisto@us.ibm.com Cc: Steven Rostedt <rostedt@goodmis.org> Signed-off-by: Ingo Molnar <mingo@elte.hu>