Home
last modified time | relevance | path

Searched refs:BPFProgTable (Results 1 – 5 of 5) sorted by relevance

/external/bcc/src/cc/api/
DBPFTable.cc516 BPFProgTable::BPFProgTable(const TableDesc& desc) in BPFProgTable() function in ebpf::BPFProgTable
523 StatusTuple BPFProgTable::update_value(const int& index, const int& prog_fd) { in update_value()
529 StatusTuple BPFProgTable::remove_value(const int& index) { in remove_value()
DBPFTable.h354 class BPFProgTable : public BPFTableBase<int, int> {
356 BPFProgTable(const TableDesc& desc);
DBPF.cc623 BPFProgTable BPF::get_prog_table(const std::string& name) { in get_prog_table()
626 return BPFProgTable(it->second); in get_prog_table()
627 return BPFProgTable({}); in get_prog_table()
DBPF.h140 BPFProgTable get_prog_table(const std::string& name);
/external/bcc/tests/cc/
Dtest_prog_table.cc38 ebpf::BPFProgTable t = bpf.get_prog_table("myprog");