Searched refs:BPFQueueStackTable (Results 1 – 4 of 4) sorted by relevance
34 ebpf::BPFQueueStackTable<int> t = bpf.get_queuestack_table<int>("myqueue");73 ebpf::BPFQueueStackTable<int> t = bpf.get_queuestack_table<int>("mystack");
197 BPFQueueStackTable<ValueType> get_queuestack_table(const std::string& name) { in get_queuestack_table()200 return BPFQueueStackTable<ValueType>(it->second); in get_queuestack_table()201 return BPFQueueStackTable<ValueType>({}); in get_queuestack_table()
166 class BPFQueueStackTable : public BPFQueueStackTableBase<void> {168 explicit BPFQueueStackTable(const TableDesc& desc) : BPFQueueStackTableBase(desc) { in BPFQueueStackTable() function
112 * add BPFQueueStackTable support