Searched refs:PerfEventArrayMap (Results 1 – 2 of 2) sorted by relevance
221 pub struct PerfEventArrayMap { struct226 impl Debug for PerfEventArrayMap { implementation234 impl PerfEventArrayMap { impl241 Ok(PerfEventArrayMap { fds }) in new()245 impl BpfMapCommonOps for PerfEventArrayMap { implementation
8 use crate::bpf::map::array_map::{ArrayMap, PerCpuArrayMap, PerfEventArrayMap};205 let perf_event_array_map = PerfEventArrayMap::new(&map_meta)?; in bpf_map_create()