Lines Matching refs:entry_ip

320 __fentry_trace_func(struct trace_fprobe *tf, unsigned long entry_ip,  in NOKPROBE_SYMBOL()
344 entry->ip = entry_ip; in NOKPROBE_SYMBOL()
351 fentry_trace_func(struct trace_fprobe *tf, unsigned long entry_ip, in fentry_trace_func() argument
357 __fentry_trace_func(tf, entry_ip, fregs, link->file); in fentry_trace_func()
392 static int trace_fprobe_entry_handler(struct fprobe *fp, unsigned long entry_ip, in trace_fprobe_entry_handler() argument
406 __fexit_trace_func(struct trace_fprobe *tf, unsigned long entry_ip, in NOKPROBE_SYMBOL()
430 entry->func = entry_ip; in NOKPROBE_SYMBOL()
438 fexit_trace_func(struct trace_fprobe *tf, unsigned long entry_ip, in fexit_trace_func() argument
444 __fexit_trace_func(tf, entry_ip, ret_ip, fregs, entry_data, link->file); in fexit_trace_func()
450 static int fentry_perf_func(struct trace_fprobe *tf, unsigned long entry_ip, in fentry_perf_func() argument
475 entry->ip = entry_ip; in fentry_perf_func()
485 fexit_perf_func(struct trace_fprobe *tf, unsigned long entry_ip, in fexit_perf_func() argument
511 entry->func = entry_ip; in fexit_perf_func()
520 static int fentry_dispatcher(struct fprobe *fp, unsigned long entry_ip, in fentry_dispatcher() argument
528 fentry_trace_func(tf, entry_ip, fregs); in fentry_dispatcher()
532 ret = fentry_perf_func(tf, entry_ip, fregs); in fentry_dispatcher()
538 static void fexit_dispatcher(struct fprobe *fp, unsigned long entry_ip, in fexit_dispatcher() argument
545 fexit_trace_func(tf, entry_ip, ret_ip, fregs, entry_data); in fexit_dispatcher()
548 fexit_perf_func(tf, entry_ip, ret_ip, fregs, entry_data); in fexit_dispatcher()