Home
last modified time | relevance | path

Searched refs:entry_ip (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/trace/
H A Dtrace_fprobe.c321 __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 …]
/linux/include/linux/
H A Dfprobe.h14 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,