Home
last modified time | relevance | path

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

/external/bcc/src/python/bcc/
D__init__.py868 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/
DBPF.cc299 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/
Dlibbpf.c1421 int bpf_attach_perf_event(int progfd, uint32_t ev_type, uint32_t ev_config, in bpf_attach_perf_event()