Searched refs:BPFPercpuArrayTable (Results 1 – 3 of 3) sorted by relevance
115 BPFPercpuArrayTable<ValueType> get_percpu_array_table( in get_percpu_array_table()119 return BPFPercpuArrayTable<ValueType>(it->second); in get_percpu_array_table()120 return BPFPercpuArrayTable<ValueType>({}); in get_percpu_array_table()
163 class BPFPercpuArrayTable : public BPFArrayTable<std::vector<ValueType>> {165 BPFPercpuArrayTable(const TableDesc& desc) in BPFPercpuArrayTable() function
110 ebpf::BPFPercpuArrayTable<uint64_t> t = bpf.get_percpu_array_table<uint64_t>("myarray");