Searched refs:entry_ip (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Dfprobe.h37 int (*entry_handler)(struct fprobe *fp, unsigned long entry_ip,
40 void (*exit_handler)(struct fprobe *fp, unsigned long entry_ip,
/linux-master/kernel/trace/
H A Dtrace_fprobe.c176 __fentry_trace_func(struct trace_fprobe *tf, unsigned long entry_ip, argument
200 entry->ip = entry_ip;
207 fentry_trace_func(struct trace_fprobe *tf, unsigned long entry_ip, argument
213 __fentry_trace_func(tf, entry_ip, regs, link->file);
218 static int trace_fprobe_entry_handler(struct fprobe *fp, unsigned long entry_ip, argument
232 __fexit_trace_func(struct trace_fprobe *tf, unsigned long entry_ip, argument
256 entry->func = entry_ip;
264 fexit_trace_func(struct trace_fprobe *tf, unsigned long entry_ip, argument
270 __fexit_trace_func(tf, entry_ip, ret_ip, regs, entry_data, link->file);
276 static int fentry_perf_func(struct trace_fprobe *tf, unsigned long entry_ip, argument
308 fexit_perf_func(struct trace_fprobe *tf, unsigned long entry_ip, unsigned long ret_ip, struct pt_regs *regs, void *entry_data) argument
340 fentry_dispatcher(struct fprobe *fp, unsigned long entry_ip, unsigned long ret_ip, struct pt_regs *regs, void *entry_data) argument
357 fexit_dispatcher(struct fprobe *fp, unsigned long entry_ip, unsigned long ret_ip, struct pt_regs *regs, void *entry_data) argument
[all...]
H A Dfprobe.c19 unsigned long entry_ip; member in struct:fprobe_rethook_node
42 fpr->entry_ip = ip;
138 bit = ftrace_test_recursion_trylock(fpr->entry_ip, fpr->entry_parent_ip);
144 fp->exit_handler(fp, fpr->entry_ip, ret_ip, regs,
H A Dbpf_trace.c2595 unsigned long entry_ip; member in struct:bpf_kprobe_multi_run_ctx
2767 u64 *cookie, entry_ip; local
2776 entry_ip = run_ctx->entry_ip;
2777 addr = bsearch(&entry_ip, link->addrs, link->cnt, sizeof(entry_ip),
2790 return run_ctx->entry_ip;
2795 unsigned long entry_ip, struct pt_regs *regs)
2799 .entry_ip = entry_ip,
2794 kprobe_multi_link_prog_run(struct bpf_kprobe_multi_link *link, unsigned long entry_ip, struct pt_regs *regs) argument
3139 unsigned long entry_ip; member in struct:bpf_uprobe_multi_run_ctx
3249 uprobe_prog_run(struct bpf_uprobe *uprobe, unsigned long entry_ip, struct pt_regs *regs) argument
[all...]

Completed in 307 milliseconds