Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/trace/
Dtrace_syscalls.c572 return trace_call_bpf(call, &param); in perf_call_bpf_enter()
675 return trace_call_bpf(call, &param); in perf_call_bpf_exit()
Dtrace_kprobe.c1669 ret = trace_call_bpf(call, regs); in kprobe_perf_func()
1715 if (bpf_prog_array_valid(call) && !trace_call_bpf(call, regs)) in kretprobe_perf_func()
Dbpf_trace.c110 unsigned int trace_call_bpf(struct trace_event_call *call, void *ctx) in trace_call_bpf() function
/linux-6.12.1/include/linux/
Dtrace_events.h764 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
/linux-6.12.1/kernel/events/
Dcore.c10416 if (!trace_call_bpf(call, raw_data) || hlist_empty(head)) { in perf_trace_run_bpf_submit()