Lines Matching refs:prog_array
123 bpf_prog_inc_misses_counters(rcu_dereference(call->prog_array)); in trace_call_bpf()
145 ret = bpf_prog_run_array(rcu_dereference(call->prog_array), in trace_call_bpf()
1942 old_array = bpf_event_rcu_dereference(event->tp_event->prog_array); in perf_event_attach_bpf_prog()
1956 rcu_assign_pointer(event->tp_event->prog_array, new_array); in perf_event_attach_bpf_prog()
1976 old_array = bpf_event_rcu_dereference(event->tp_event->prog_array); in perf_event_detach_bpf_prog()
1984 rcu_assign_pointer(event->tp_event->prog_array, new_array); in perf_event_detach_bpf_prog()
2036 progs = bpf_event_rcu_dereference(event->tp_event->prog_array); in perf_event_query_prog_array()