Home
last modified time | relevance | path

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

/external/bcc/tests/cc/
Dtest_map_in_map.cc66 auto t = bpf.get_map_in_map_table<int>("maps_hash");
168 auto t = bpf.get_map_in_map_table<struct custom_key>("maps_hash");
274 auto t = bpf.get_map_in_map_table<int>("maps_array");
/external/bcc/src/cc/api/
DBPF.h298 BPFMapInMapTable<KeyType> get_map_in_map_table(const std::string& name){ in get_map_in_map_table() function