Home
last modified time | relevance | path

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

/linux/include/linux/
A Dtrace_events.h727 unsigned int trace_call_bpf(struct trace_event_call *call, void *ctx);
739 static inline unsigned int trace_call_bpf(struct trace_event_call *call, void *ctx) in trace_call_bpf() function
/linux/kernel/trace/
A Dtrace_syscalls.c585 return trace_call_bpf(call, &param); in perf_call_bpf_enter()
685 return trace_call_bpf(call, &param); in perf_call_bpf_exit()
A Dtrace_kprobe.c1580 ret = trace_call_bpf(call, regs); in kprobe_perf_func()
1626 if (bpf_prog_array_valid(call) && !trace_call_bpf(call, regs)) in kretprobe_perf_func()
A Dtrace_uprobe.c1359 ret = trace_call_bpf(call, regs); in __uprobe_perf_func()
A Dbpf_trace.c95 unsigned int trace_call_bpf(struct trace_event_call *call, void *ctx) in trace_call_bpf() function
/linux/kernel/events/
A Dcore.c9708 if (!trace_call_bpf(call, raw_data) || hlist_empty(head)) { in perf_trace_run_bpf_submit()

Completed in 39 milliseconds