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