Searched defs:ev_config (Results 1 – 3 of 3) sorted by relevance
| /external/bcc/src/cc/api/ |
| D | BPF.cc | 413 StatusTuple BPF::attach_perf_event(uint32_t ev_type, uint32_t ev_config, in attach_perf_event() 597 StatusTuple BPF::detach_perf_event(uint32_t ev_type, uint32_t ev_config) { in detach_perf_event()
|
| /external/bcc/src/python/bcc/ |
| D | __init__.py | 1218 def _attach_perf_event(self, progfd, ev_type, ev_config, argument 1226 def attach_perf_event(self, ev_type=-1, ev_config=-1, fn_name=b"", argument 1260 def detach_perf_event(self, ev_type=-1, ev_config=-1): argument
|
| /external/bcc/src/cc/ |
| D | libbpf.c | 1626 int bpf_attach_perf_event(int progfd, uint32_t ev_type, uint32_t ev_config, in bpf_attach_perf_event()
|