summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_probe.c
diff options
context:
space:
mode:
authorSteven Rostedt (VMware) <rostedt@goodmis.org>2021-08-19 00:13:28 -0400
committerSteven Rostedt (VMware) <rostedt@goodmis.org>2021-08-19 09:09:03 -0400
commit8565a45d0858078b63c7d84074a21a42ba9ebf01 (patch)
tree005e8b98190cbb79cc3a10deebbc8174f540f2c0 /kernel/trace/trace_probe.c
parent007517a01995fb24f2f4effc9cf34814361a9d10 (diff)
downloadlinux-8565a45d0858078b63c7d84074a21a42ba9ebf01.tar.gz
linux-8565a45d0858078b63c7d84074a21a42ba9ebf01.tar.bz2
linux-8565a45d0858078b63c7d84074a21a42ba9ebf01.zip
tracing/probes: Have process_fetch_insn() take a void * instead of pt_regs
In preparation to allow event probes to use the process_fetch_insn() callback in trace_probe_tmpl.h, change the data passed to it from a pointer to pt_regs, as the event probe will not be using regs, and make it a void pointer instead. Update the process_fetch_insn() callers for kprobe and uprobe events to have the regs defined in the function and just typecast the void pointer parameter. Link: https://lkml.kernel.org/r/20210819041842.291622924@goodmis.org Acked-by: Masami Hiramatsu <mhiramat@kernel.org> Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Diffstat (limited to 'kernel/trace/trace_probe.c')
0 files changed, 0 insertions, 0 deletions