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