Searched refs:entry_ip (Results 1 – 4 of 4) sorted by relevance
| /linux/kernel/trace/ |
| H A D | trace_fprobe.c | 321 __fentry_trace_func(struct trace_fprobe *tf, unsigned long entry_ip, in NOKPROBE_SYMBOL() 345 entry->ip = entry_ip; in NOKPROBE_SYMBOL() 352 fentry_trace_func(struct trace_fprobe *tf, unsigned long entry_ip, in fentry_trace_func() argument 358 __fentry_trace_func(tf, entry_ip, fregs, link->file); in fentry_trace_func() 393 static int trace_fprobe_entry_handler(struct fprobe *fp, unsigned long entry_ip, in trace_fprobe_entry_handler() argument 407 __fexit_trace_func(struct trace_fprobe *tf, unsigned long entry_ip, in NOKPROBE_SYMBOL() 431 entry->func = entry_ip; in NOKPROBE_SYMBOL() 439 fexit_trace_func(struct trace_fprobe *tf, unsigned long entry_ip, in fexit_trace_func() argument 445 __fexit_trace_func(tf, entry_ip, ret_ip, fregs, entry_data, link->file); in fexit_trace_func() 451 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 | 2304 unsigned long entry_ip; member 2519 u64 *cookie, entry_ip; in bpf_kprobe_multi_cookie() local 2529 entry_ip = run_ctx->entry_ip; in bpf_kprobe_multi_cookie() 2530 addr = bsearch(&entry_ip, link->addrs, link->cnt, sizeof(entry_ip), in bpf_kprobe_multi_cookie() 2544 return run_ctx->entry_ip; in bpf_kprobe_multi_entry_ip() 2549 unsigned long entry_ip, struct ftrace_regs *fregs, in kprobe_multi_link_prog_run() argument 2558 .entry_ip = entry_ip, in kprobe_multi_link_prog_run() 2926 unsigned long entry_ip; member 3079 unsigned long entry_ip, in uprobe_prog_run() argument 3089 .entry_ip = entry_ip, in uprobe_prog_run() [all …]
|
| /linux/include/linux/ |
| H A D | fprobe.h | 14 typedef int (*fprobe_entry_cb)(struct fprobe *fp, unsigned long entry_ip, 18 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
|