Searched refs:trace_call_bpf (Results 1 – 4 of 4) sorted by relevance
586 return trace_call_bpf(call, ¶m); in perf_call_bpf_enter() 696 return trace_call_bpf(call, ¶m); in perf_call_bpf_exit()
1683 ret = trace_call_bpf(call, regs); in kprobe_perf_func() 1729 if (bpf_prog_array_valid(call) && !trace_call_bpf(call, regs)) in kretprobe_perf_func()
97 * trace_call_bpf - invoke BPF program110 unsigned int trace_call_bpf(struct trace_event_call *call, void *ctx) in trace_call_bpf() function 137 * non-NULL, we go into trace_call_bpf() and do the actual in trace_call_bpf()
763 unsigned int trace_call_bpf(struct trace_event_call *call, void *ctx);781 static inline unsigned int trace_call_bpf(struct trace_event_call *call, void *ctx) in trace_call_bpf() function