Lines Matching refs:entry_ip

177 __fentry_trace_func(struct trace_fprobe *tf, unsigned long entry_ip,  in NOKPROBE_SYMBOL()
201 entry->ip = entry_ip; in NOKPROBE_SYMBOL()
208 fentry_trace_func(struct trace_fprobe *tf, unsigned long entry_ip, in fentry_trace_func() argument
214 __fentry_trace_func(tf, entry_ip, fregs, link->file); in fentry_trace_func()
249 static int trace_fprobe_entry_handler(struct fprobe *fp, unsigned long entry_ip, in trace_fprobe_entry_handler() argument
263 __fexit_trace_func(struct trace_fprobe *tf, unsigned long entry_ip, in NOKPROBE_SYMBOL()
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
301 __fexit_trace_func(tf, entry_ip, ret_ip, fregs, entry_data, link->file); in fexit_trace_func()
307 static int fentry_perf_func(struct trace_fprobe *tf, unsigned long entry_ip, in fentry_perf_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()
377 static int fentry_dispatcher(struct fprobe *fp, unsigned long entry_ip, in fentry_dispatcher() argument
385 fentry_trace_func(tf, entry_ip, fregs); in fentry_dispatcher()
389 ret = fentry_perf_func(tf, entry_ip, fregs); in fentry_dispatcher()
395 static void fexit_dispatcher(struct fprobe *fp, unsigned long entry_ip, in fexit_dispatcher() argument
402 fexit_trace_func(tf, entry_ip, ret_ip, fregs, entry_data); in fexit_dispatcher()
405 fexit_perf_func(tf, entry_ip, ret_ip, fregs, entry_data); in fexit_dispatcher()