Searched refs:trace_call_bpf (Results 1 – 6 of 6) sorted by relevance
468 unsigned int trace_call_bpf(struct trace_event_call *call, void *ctx);479 static inline unsigned int trace_call_bpf(struct trace_event_call *call, void *ctx) in trace_call_bpf() function
578 return trace_call_bpf(call, ¶m); in perf_call_bpf_enter()677 return trace_call_bpf(call, ¶m); in perf_call_bpf_exit()
37 unsigned int trace_call_bpf(struct trace_event_call *call, void *ctx) in trace_call_bpf() function80 EXPORT_SYMBOL_GPL(trace_call_bpf);
1261 ret = trace_call_bpf(call, regs); in kprobe_perf_func()1307 if (bpf_prog_array_valid(call) && !trace_call_bpf(call, regs)) in kretprobe_perf_func()
1092 if (bpf_prog_array_valid(call) && !trace_call_bpf(call, regs)) in __uprobe_perf_func()
8269 if (!trace_call_bpf(call, raw_data) || hlist_empty(head)) { in perf_trace_run_bpf_submit()