Searched refs:trace_call_bpf (Results 1 – 5 of 5) sorted by relevance
764 unsigned int trace_call_bpf(struct trace_event_call *call, void *ctx);782 static inline unsigned int trace_call_bpf(struct trace_event_call *call, void *ctx) in trace_call_bpf() function
1395 return trace_call_bpf(call, ¶m); in perf_call_bpf_enter()1533 return trace_call_bpf(call, ¶m); in perf_call_bpf_exit()
1685 ret = trace_call_bpf(call, regs); in kprobe_perf_func()1731 if (bpf_prog_array_valid(call) && !trace_call_bpf(call, regs)) in kretprobe_perf_func()
96 * trace_call_bpf - invoke BPF program109 unsigned int trace_call_bpf(struct trace_event_call *call, void *ctx) in trace_call_bpf() function 136 * non-NULL, we go into trace_call_bpf() and do the actual in trace_call_bpf()
11000 if (!trace_call_bpf(call, raw_data) || hlist_empty(head)) { in perf_trace_run_bpf_submit()