Home
last modified time | relevance | path

Searched refs:bpf_attach_perf_event (Results 1 – 6 of 6) sorted by relevance

/external/bcc/src/python/bcc/
Dlibbcc.py119 lib.bpf_attach_perf_event.restype = ct.c_int
120 lib.bpf_attach_perf_event.argtype = [ct.c_int, ct.c_uint, ct.c_uint, ct.c_ulonglong, ct.c_ulonglong,
D__init__.py842 res = lib.bpf_attach_perf_event(progfd, ev_type, ev_config,
/external/bcc/src/cc/
Dlibbpf.h101 int bpf_attach_perf_event(int progfd, uint32_t ev_type, uint32_t ev_config,
Dlibbpf.c1371 int bpf_attach_perf_event(int progfd, uint32_t ev_type, uint32_t ev_config, in bpf_attach_perf_event() function
/external/bcc/src/cc/includes/
Dlibbpf.h101 int bpf_attach_perf_event(int progfd, uint32_t ev_type, uint32_t ev_config,
/external/bcc/src/cc/api/
DBPF.cc318 int fd = bpf_attach_perf_event(probe_fd, ev_type, ev_config, sample_period, in attach_perf_event()