Lines Matching refs:entry_ip

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
476 entry->ip = entry_ip; in fentry_perf_func()
486 fexit_perf_func(struct trace_fprobe *tf, unsigned long entry_ip, in fexit_perf_func() argument
512 entry->func = entry_ip; in fexit_perf_func()
521 static int fentry_dispatcher(struct fprobe *fp, unsigned long entry_ip, in fentry_dispatcher() argument
530 fentry_trace_func(tf, entry_ip, fregs); in fentry_dispatcher()
534 ret = fentry_perf_func(tf, entry_ip, fregs); in fentry_dispatcher()
540 static void fexit_dispatcher(struct fprobe *fp, unsigned long entry_ip, in fexit_dispatcher() argument
548 fexit_trace_func(tf, entry_ip, ret_ip, fregs, entry_data); in fexit_dispatcher()
551 fexit_perf_func(tf, entry_ip, ret_ip, fregs, entry_data); in fexit_dispatcher()