OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_prog_table
(Results
1 - 3
of
3
) sorted by null
/external/bcc/tests/cc/
test_prog_table.cc
38
ebpf::BPFProgTable t = bpf.
get_prog_table
("myprog");
/external/bcc/src/cc/api/
BPF.h
140
BPFProgTable
get_prog_table
(const std::string& name);
BPF.cc
623
BPFProgTable BPF::
get_prog_table
(const std::string& name) {
function in class:ebpf::BPF
Completed in 803 milliseconds