Home
last modified time | relevance | path

Searched refs:prog_array (Results 1 – 3 of 3) sorted by relevance

/kernel/trace/
Dbpf_trace.c127 ret = BPF_PROG_RUN_ARRAY(call->prog_array, ctx, bpf_prog_run); in trace_call_bpf()
1758 old_array = bpf_event_rcu_dereference(event->tp_event->prog_array); in perf_event_attach_bpf_prog()
1772 rcu_assign_pointer(event->tp_event->prog_array, new_array); in perf_event_attach_bpf_prog()
1791 old_array = bpf_event_rcu_dereference(event->tp_event->prog_array); in perf_event_detach_bpf_prog()
1798 rcu_assign_pointer(event->tp_event->prog_array, new_array); in perf_event_detach_bpf_prog()
1838 progs = bpf_event_rcu_dereference(event->tp_event->prog_array); in perf_event_query_prog_array()
/kernel/bpf/
Dnet_namespace.c90 struct bpf_prog_array *prog_array) in fill_prog_array() argument
96 prog_array->items[i].prog = pos->link.prog; in fill_prog_array()
Dcgroup.c1376 struct bpf_prog_array *prog_array; in __cgroup_bpf_prog_array_is_empty() local
1380 prog_array = rcu_dereference(cgrp->bpf.effective[attach_type]); in __cgroup_bpf_prog_array_is_empty()
1381 empty = bpf_prog_array_is_empty(prog_array); in __cgroup_bpf_prog_array_is_empty()