Home
last modified time | relevance | path

Searched defs:ev_config (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/bcc/src/python/bcc/
H A D__init__.py1236 def _attach_perf_event(self, progfd, ev_type, ev_config, argument
1244 def attach_perf_event(self, ev_type=-1, ev_config=-1, fn_name=b"", argument
1278 def detach_perf_event(self, ev_type=-1, ev_config=-1): argument
/aosp_15_r20/external/bcc/src/cc/api/
H A DBPF.cc414 StatusTuple BPF::attach_perf_event(uint32_t ev_type, uint32_t ev_config, in attach_perf_event()
598 StatusTuple BPF::detach_perf_event(uint32_t ev_type, uint32_t ev_config) { in detach_perf_event()
/aosp_15_r20/external/bcc/src/cc/
H A Dlibbpf.c1772 int bpf_attach_perf_event(int progfd, uint32_t ev_type, uint32_t ev_config, in bpf_attach_perf_event()