Home
last modified time | relevance | path

Searched refs:get_prog_table (Results 1 – 3 of 3) sorted by relevance

/external/bcc/tests/cc/
Dtest_prog_table.cc38 ebpf::BPFProgTable t = bpf.get_prog_table("myprog");
/external/bcc/src/cc/api/
DBPF.h140 BPFProgTable get_prog_table(const std::string& name);
DBPF.cc624 BPFProgTable BPF::get_prog_table(const std::string& name) { in get_prog_table() function in ebpf::BPF