Searched refs:bpf_attach_perf_event (Results 1 – 6 of 6) sorted by relevance
/external/bcc/src/cc/includes/ |
D | libbpf.h | 147 int bpf_attach_perf_event(int progfd, uint32_t ev_type, uint32_t ev_config,
|
/external/bcc/src/cc/ |
D | libbpf.h | 147 int bpf_attach_perf_event(int progfd, uint32_t ev_type, uint32_t ev_config,
|
D | libbpf.c | 1772 int bpf_attach_perf_event(int progfd, uint32_t ev_type, uint32_t ev_config, in bpf_attach_perf_event() function
|
/external/bcc/src/python/bcc/ |
D | libbcc.py | 162 lib.bpf_attach_perf_event.restype = ct.c_int 163 lib.bpf_attach_perf_event.argtype = [ct.c_int, ct.c_uint, ct.c_uint, ct.c_ulonglong, ct.c_ulonglong,
|
D | __init__.py | 1238 res = lib.bpf_attach_perf_event(progfd, ev_type, ev_config,
|
/external/bcc/src/cc/api/ |
D | BPF.cc | 434 int fd = bpf_attach_perf_event(probe_fd, ev_type, ev_config, sample_period, in attach_perf_event()
|