Searched refs:prog_array (Results 1 – 3 of 3) sorted by relevance
91 struct bpf_prog_array *prog_array) in fill_prog_array() argument97 prog_array->items[i].prog = pos->link.prog; in fill_prog_array()
124 bpf_prog_inc_misses_counters(rcu_dereference(call->prog_array)); in trace_call_bpf()146 ret = bpf_prog_run_array(rcu_dereference(call->prog_array), in trace_call_bpf()2186 old_array = bpf_event_rcu_dereference(event->tp_event->prog_array); in perf_event_attach_bpf_prog()2200 rcu_assign_pointer(event->tp_event->prog_array, new_array); in perf_event_attach_bpf_prog()2219 old_array = bpf_event_rcu_dereference(event->tp_event->prog_array); in perf_event_detach_bpf_prog()2227 rcu_assign_pointer(event->tp_event->prog_array, new_array); in perf_event_detach_bpf_prog()2275 progs = bpf_event_rcu_dereference(event->tp_event->prog_array); in perf_event_query_prog_array()
1407 array = rcu_dereference_check(call->prog_array, rcu_read_lock_trace_held()); in __uprobe_perf_func()