Searched refs:entry_ip (Results 1 – 4 of 4) sorted by relevance
/linux/kernel/trace/ |
H A D | trace_fprobe.c | 320 __fentry_trace_func(struct trace_fprobe *tf, unsigned long entry_ip, in NOKPROBE_SYMBOL() 344 entry->ip = entry_ip; in NOKPROBE_SYMBOL() 351 fentry_trace_func(struct trace_fprobe *tf, unsigned long entry_ip, in fentry_trace_func() argument 357 __fentry_trace_func(tf, entry_ip, fregs, link->file); in fentry_trace_func() 392 static int trace_fprobe_entry_handler(struct fprobe *fp, unsigned long entry_ip, in trace_fprobe_entry_handler() argument 406 __fexit_trace_func(struct trace_fprobe *tf, unsigned long entry_ip, in NOKPROBE_SYMBOL() 430 entry->func = entry_ip; in NOKPROBE_SYMBOL() 438 fexit_trace_func(struct trace_fprobe *tf, unsigned long entry_ip, in fexit_trace_func() argument 444 __fexit_trace_func(tf, entry_ip, ret_ip, fregs, entry_data, link->file); in fexit_trace_func() 450 static int fentry_perf_func(struct trace_fprobe *tf, unsigned long entry_ip, in fentry_perf_func() argument [all …]
|
H A D | bpf_trace.c | 2473 unsigned long entry_ip; member 2686 u64 *cookie, entry_ip; in bpf_kprobe_multi_cookie() local 2696 entry_ip = run_ctx->entry_ip; in bpf_kprobe_multi_cookie() 2697 addr = bsearch(&entry_ip, link->addrs, link->cnt, sizeof(entry_ip), in bpf_kprobe_multi_cookie() 2711 return run_ctx->entry_ip; in bpf_kprobe_multi_entry_ip() 2716 unsigned long entry_ip, struct ftrace_regs *fregs, in kprobe_multi_link_prog_run() argument 2725 .entry_ip = entry_ip, in kprobe_multi_link_prog_run() 3079 unsigned long entry_ip; member 3232 unsigned long entry_ip, in uprobe_prog_run() argument 3242 .entry_ip = entry_ip, in uprobe_prog_run() [all …]
|
/linux/include/linux/ |
H A D | fprobe.h | 13 typedef int (*fprobe_entry_cb)(struct fprobe *fp, unsigned long entry_ip, 17 typedef void (*fprobe_exit_cb)(struct fprobe *fp, unsigned long entry_ip,
|
/linux/Documentation/trace/ |
H A D | fprobe.rst | 95 …int entry_callback(struct fprobe *fp, unsigned long entry_ip, unsigned long ret_ip, struct ftrace_… 97 …void exit_callback(struct fprobe *fp, unsigned long entry_ip, unsigned long ret_ip, struct ftrace_… 99 Note that the @entry_ip is saved at function entry and passed to exit 109 @entry_ip
|