OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:detach_uprobe_event
(Results
1 - 2
of
2
) sorted by null
/external/bcc/src/cc/api/
BPF.cc
104
auto res =
detach_uprobe_event
(it.first, it.second);
408
TRY2(
detach_uprobe_event
(it->first, it->second));
672
StatusTuple BPF::
detach_uprobe_event
(const std::string& event,
function in class:ebpf::BPF
/external/bcc/src/python/bcc/
__init__.py
997
def
detach_uprobe_event
(self, ev_name):
member in class:BPF
[
all
...]
Completed in 579 milliseconds