Home
last modified time | relevance | path

Searched refs:get_percpu_array_table (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/bcc/tests/cc/
H A Dtest_array_table.cc110 ebpf::BPFPercpuArrayTable<uint64_t> t = bpf.get_percpu_array_table<uint64_t>("myarray");
116 bpf.get_percpu_array_table<uint64_t>("myhash"); in __anona86befce0202()
/aosp_15_r20/external/bcc/src/cc/api/
H A DBPF.h198 BPFPercpuArrayTable<ValueType> get_percpu_array_table( in get_percpu_array_table() function