Home
last modified time | relevance | path

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

/aosp_15_r20/external/bcc/tests/cc/
H A Dtest_queuestack_table.cc34 ebpf::BPFQueueStackTable<int> t = bpf.get_queuestack_table<int>("myqueue");
73 ebpf::BPFQueueStackTable<int> t = bpf.get_queuestack_table<int>("mystack");
/aosp_15_r20/external/bcc/src/cc/api/
H A DBPF.h264 BPFQueueStackTable<ValueType> get_queuestack_table(const std::string& name) { in get_queuestack_table() function