Searched refs:trace_call_bpf (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | trace_events.h | 631 unsigned int trace_call_bpf(struct trace_event_call *call, void *ctx); 643 static inline unsigned int trace_call_bpf(struct trace_event_call *call, void *ctx) in trace_call_bpf() function
|
/kernel/linux/linux-5.10/kernel/trace/ |
H A D | trace_syscalls.c | 589 return trace_call_bpf(call, ¶m); in perf_call_bpf_enter() 689 return trace_call_bpf(call, ¶m); in perf_call_bpf_exit()
|
H A D | trace_kprobe.c | 1593 ret = trace_call_bpf(call, regs); in kprobe_perf_func() 1639 if (bpf_prog_array_valid(call) && !trace_call_bpf(call, regs)) in kretprobe_perf_func()
|
H A D | trace_uprobe.c | 1359 ret = trace_call_bpf(call, regs); in __uprobe_perf_func()
|
H A D | bpf_trace.c | 79 * trace_call_bpf - invoke BPF program 92 unsigned int trace_call_bpf(struct trace_event_call *call, void *ctx) in trace_call_bpf() function 116 * non-NULL, we go into trace_call_bpf() and do the actual in trace_call_bpf()
|
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | trace_syscalls.c | 571 return trace_call_bpf(call, ¶m); in perf_call_bpf_enter() 672 return trace_call_bpf(call, ¶m); in perf_call_bpf_exit()
|
H A D | trace_kprobe.c | 1538 ret = trace_call_bpf(call, regs); in kprobe_perf_func() 1584 if (bpf_prog_array_valid(call) && !trace_call_bpf(call, regs)) in kretprobe_perf_func()
|
H A D | bpf_trace.c | 97 * trace_call_bpf - invoke BPF program 110 unsigned int trace_call_bpf(struct trace_event_call *call, void *ctx) in trace_call_bpf() function 134 * non-NULL, we go into trace_call_bpf() and do the actual in trace_call_bpf()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | trace_events.h | 758 unsigned int trace_call_bpf(struct trace_event_call *call, void *ctx); 772 static inline unsigned int trace_call_bpf(struct trace_event_call *call, void *ctx) in trace_call_bpf() function
|
/kernel/linux/linux-5.10/kernel/events/ |
H A D | core.c | 9567 if (!trace_call_bpf(call, raw_data) || hlist_empty(head)) { in perf_trace_run_bpf_submit()
|
/kernel/linux/linux-6.6/kernel/events/ |
H A D | core.c | 10145 if (!trace_call_bpf(call, raw_data) || hlist_empty(head)) { in perf_trace_run_bpf_submit()
|
Completed in 50 milliseconds