Home
last modified time | relevance | path

Searched refs:trace_call_bpf (Results 1 – 4 of 4) sorted by relevance

/linux/kernel/trace/
H A Dtrace_syscalls.c586 return trace_call_bpf(call, &param); in perf_call_bpf_enter()
696 return trace_call_bpf(call, &param); in perf_call_bpf_exit()
H A Dtrace_kprobe.c1683 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()
H A Dbpf_trace.c97 * trace_call_bpf - invoke BPF program
110 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()
/linux/include/linux/
H A Dtrace_events.h763 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