Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/trace/
H A Dperf.h49 if (!bpf_prog_array_valid(event_call) && \
/OK3568_Linux_fs/kernel/kernel/trace/
H A Dtrace_syscalls.c614 valid_prog_array = bpf_prog_array_valid(sys_data->enter_event); in perf_syscall_enter()
713 valid_prog_array = bpf_prog_array_valid(sys_data->exit_event); in perf_syscall_exit()
H A Dtrace_kprobe.c1588 if (bpf_prog_array_valid(call)) { in kprobe_perf_func()
1638 if (bpf_prog_array_valid(call) && !trace_call_bpf(call, regs)) in kretprobe_perf_func()
H A Dtrace_uprobe.c1354 if (bpf_prog_array_valid(call)) { in __uprobe_perf_func()
/OK3568_Linux_fs/kernel/include/linux/
H A Dtrace_events.h313 static inline bool bpf_prog_array_valid(struct trace_event_call *call) in bpf_prog_array_valid() function
/OK3568_Linux_fs/kernel/kernel/events/
H A Dcore.c9443 if (bpf_prog_array_valid(call)) { in perf_trace_run_bpf_submit()