OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:detach_tracepoint
(Results
1 - 3
of
3
) sorted by null
/external/bcc/src/cc/api/
BPF.h
83
StatusTuple
detach_tracepoint
(const std::string& tracepoint);
BPF.cc
445
StatusTuple BPF::
detach_tracepoint
(const std::string& tracepoint) {
function in class:ebpf::BPF
/external/bcc/src/python/bcc/
__init__.py
819
def
detach_tracepoint
(self, tp=b""):
member in class:BPF
820
"""
detach_tracepoint
(tp="")
825
Example: bpf.
detach_tracepoint
("sched:sched_switch")
[
all
...]
Completed in 159 milliseconds