Home
last modified time | relevance | path

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

/external/bcc/tests/cc/
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 __anonda43bfd80202()
/external/bcc/src/cc/api/
DBPF.h115 BPFPercpuArrayTable<ValueType> get_percpu_array_table( in get_percpu_array_table() function