Home
last modified time | relevance | path

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 Dlibbcc.py166 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__.py1259 res = lib.bpf_attach_perf_event_raw(progfd, ct.byref(attr), pid,
/aosp_15_r20/external/bcc/src/cc/
H A Dlibbpf.h143 int bpf_attach_perf_event_raw(int progfd, void *perf_event_attr, pid_t pid,
H A Dlibbpf.c1750 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 Dlibbpf.h143 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/
Dlibbpf_bcc.so.toc119 114: FUNC GLOBAL DEFAULT 15 bpf_attach_perf_event_raw
/aosp_15_r20/external/bcc/src/cc/api/
H A DBPF.cc475 int fd = bpf_attach_perf_event_raw(probe_fd, attr, pid, i, group_fd, in attach_perf_event_raw()