Searched refs:entry_ip (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/kernel/trace/ |
| H A D | trace_fprobe.c | 201 entry->ip = entry_ip; in NOKPROBE_SYMBOL() 214 __fentry_trace_func(tf, entry_ip, fregs, link->file); in fentry_trace_func() 287 entry->func = entry_ip; in NOKPROBE_SYMBOL() 295 fexit_trace_func(struct trace_fprobe *tf, unsigned long entry_ip, in fexit_trace_func() argument 332 entry->ip = entry_ip; in fentry_perf_func() 342 fexit_perf_func(struct trace_fprobe *tf, unsigned long entry_ip, in fexit_perf_func() argument 368 entry->func = entry_ip; in fexit_perf_func() 385 fentry_trace_func(tf, entry_ip, fregs); in fentry_dispatcher() 389 ret = fentry_perf_func(tf, entry_ip, fregs); in fentry_dispatcher() 402 fexit_trace_func(tf, entry_ip, ret_ip, fregs, entry_data); in fexit_dispatcher() [all …]
|
| H A D | bpf_trace.c | 2580 unsigned long entry_ip; member 2766 u64 *cookie, entry_ip; in bpf_kprobe_multi_cookie() local 2776 entry_ip = run_ctx->entry_ip; in bpf_kprobe_multi_cookie() 2777 addr = bsearch(&entry_ip, link->addrs, link->cnt, sizeof(entry_ip), in bpf_kprobe_multi_cookie() 2791 return run_ctx->entry_ip; in bpf_kprobe_multi_entry_ip() 2796 unsigned long entry_ip, struct ftrace_regs *fregs, in kprobe_multi_link_prog_run() argument 2805 .entry_ip = entry_ip, in kprobe_multi_link_prog_run() 3157 unsigned long entry_ip; member 3266 unsigned long entry_ip, in uprobe_prog_run() argument 3276 .entry_ip = entry_ip, in uprobe_prog_run() [all …]
|
| /linux-6.15/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-6.15/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
|