Searched refs:bpf_attach_perf_event (Results 1 – 6 of 6) sorted by relevance
/external/bcc/src/python/bcc/ |
D | libbcc.py | 119 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__.py | 842 res = lib.bpf_attach_perf_event(progfd, ev_type, ev_config,
|
/external/bcc/src/cc/ |
D | libbpf.h | 101 int bpf_attach_perf_event(int progfd, uint32_t ev_type, uint32_t ev_config,
|
D | libbpf.c | 1371 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/ |
D | libbpf.h | 101 int bpf_attach_perf_event(int progfd, uint32_t ev_type, uint32_t ev_config,
|
/external/bcc/src/cc/api/ |
D | BPF.cc | 318 int fd = bpf_attach_perf_event(probe_fd, ev_type, ev_config, sample_period, in attach_perf_event()
|