Searched refs:bpf_attach_perf_event_raw (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/bcc/src/python/bcc/ |
H A D | libbcc.py | 166 lib.bpf_attach_perf_event_raw.restype = ct.c_int 167 lib.bpf_attach_perf_event_raw.argtype = [Perf.perf_event_attr(), ct.c_uint, ct.c_uint, ct.c_uint, c…
|
H A D | __init__.py | 1259 res = lib.bpf_attach_perf_event_raw(progfd, ct.byref(attr), pid,
|
/aosp_15_r20/external/bcc/src/cc/ |
H A D | libbpf.h | 143 int bpf_attach_perf_event_raw(int progfd, void *perf_event_attr, pid_t pid,
|
H A D | libbpf.c | 1750 int bpf_attach_perf_event_raw(int progfd, void *perf_event_attr, pid_t pid, in bpf_attach_perf_event_raw() function 1797 return bpf_attach_perf_event_raw(progfd, &attr, pid, cpu, group_fd, 0); in bpf_attach_perf_event()
|
/aosp_15_r20/external/bcc/src/cc/includes/ |
H A D | libbpf.h | 143 int bpf_attach_perf_event_raw(int progfd, void *perf_event_attr, pid_t pid,
|
/aosp_15_r20/out/soong/.intermediates/external/bcc/libbpf_bcc/android_arm64_armv8-2a_cortex-a55_shared/ |
D | libbpf_bcc.so.toc | 119 114: FUNC GLOBAL DEFAULT 15 bpf_attach_perf_event_raw
|
/aosp_15_r20/external/bcc/src/cc/api/ |
H A D | BPF.cc | 475 int fd = bpf_attach_perf_event_raw(probe_fd, attr, pid, i, group_fd, in attach_perf_event_raw()
|