OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:detach_perf_event
(Results
1 - 2
of
2
) sorted by null
/external/bcc/src/cc/api/
BPF.cc
455
StatusTuple BPF::
detach_perf_event
(uint32_t ev_type, uint32_t ev_config) {
function in class:ebpf::BPF
467
return
detach_perf_event
(attr->type, attr->config);
/external/bcc/src/python/bcc/
__init__.py
862
def
detach_perf_event
(self, ev_type=-1, ev_config=-1):
member in class:BPF
[
all
...]
Completed in 188 milliseconds