Searched refs:bpf_attach_perf_event (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/bcc/src/python/bcc/ |
H A 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,
|
H A D | __init__.py | 1238 res = lib.bpf_attach_perf_event(progfd, ev_type, ev_config,
|
/aosp_15_r20/external/bcc/src/cc/ |
H A D | libbpf.h | 147 int bpf_attach_perf_event(int progfd, uint32_t ev_type, uint32_t ev_config,
|
H A 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
|
/aosp_15_r20/external/bcc/src/cc/includes/ |
H A D | libbpf.h | 147 int bpf_attach_perf_event(int progfd, uint32_t ev_type, uint32_t ev_config,
|
/aosp_15_r20/out/soong/.intermediates/external/bcc/libbpf_bcc/android_arm64_armv8-2a_cortex-a55_shared/ |
D | libbpf_bcc.so.toc | 123 118: FUNC GLOBAL DEFAULT 15 bpf_attach_perf_event
|
/aosp_15_r20/external/bcc/src/cc/api/ |
H A D | BPF.cc | 434 int fd = bpf_attach_perf_event(probe_fd, ev_type, ev_config, sample_period, in attach_perf_event()
|