Lines Matching refs:entry_ip
172 __fentry_trace_func(struct trace_fprobe *tf, unsigned long entry_ip, in NOKPROBE_SYMBOL()
196 entry->ip = entry_ip; in NOKPROBE_SYMBOL()
203 fentry_trace_func(struct trace_fprobe *tf, unsigned long entry_ip, in fentry_trace_func() argument
209 __fentry_trace_func(tf, entry_ip, regs, link->file); in fentry_trace_func()
215 __fexit_trace_func(struct trace_fprobe *tf, unsigned long entry_ip, in __fexit_trace_func() argument
239 entry->func = entry_ip; in __fexit_trace_func()
247 fexit_trace_func(struct trace_fprobe *tf, unsigned long entry_ip, in fexit_trace_func() argument
253 __fexit_trace_func(tf, entry_ip, ret_ip, regs, link->file); in fexit_trace_func()
259 static int fentry_perf_func(struct trace_fprobe *tf, unsigned long entry_ip, in fentry_perf_func() argument
281 entry->ip = entry_ip; in fentry_perf_func()
291 fexit_perf_func(struct trace_fprobe *tf, unsigned long entry_ip, in fexit_perf_func() argument
313 entry->func = entry_ip; in fexit_perf_func()
322 static int fentry_dispatcher(struct fprobe *fp, unsigned long entry_ip, in fentry_dispatcher() argument
330 fentry_trace_func(tf, entry_ip, regs); in fentry_dispatcher()
333 ret = fentry_perf_func(tf, entry_ip, regs); in fentry_dispatcher()
339 static void fexit_dispatcher(struct fprobe *fp, unsigned long entry_ip, in fexit_dispatcher() argument
346 fexit_trace_func(tf, entry_ip, ret_ip, regs); in fexit_dispatcher()
349 fexit_perf_func(tf, entry_ip, ret_ip, regs); in fexit_dispatcher()