Searched refs:trace_call_bpf (Results 1 - 5 of 5) sorted by relevance

/linux-master/kernel/trace/
H A Dtrace_syscalls.c571 return trace_call_bpf(call, &param);
672 return trace_call_bpf(call, &param);
H A Dtrace_kprobe.c1579 ret = trace_call_bpf(call, regs);
1625 if (bpf_prog_array_valid(call) && !trace_call_bpf(call, regs))
H A Dbpf_trace.c98 * trace_call_bpf - invoke BPF program
111 unsigned int trace_call_bpf(struct trace_event_call *call, void *ctx) function
138 * non-NULL, we go into trace_call_bpf() and do the actual
/linux-master/include/linux/
H A Dtrace_events.h764 unsigned int trace_call_bpf(struct trace_event_call *call, void *ctx);
779 static inline unsigned int trace_call_bpf(struct trace_event_call *call, void *ctx) function
/linux-master/kernel/events/
H A Dcore.c10161 if (!trace_call_bpf(call, raw_data) || hlist_empty(head)) {

Completed in 181 milliseconds