Searched refs:bpf_open_perf_event (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/bcc/src/python/bcc/ |
H A D | libbcc.py | 148 lib.bpf_open_perf_event.restype = ct.c_int 149 lib.bpf_open_perf_event.argtypes = [ct.c_uint, ct.c_ulonglong, ct.c_int, ct.c_int]
|
H A D | table.py | 1023 fd = lib.bpf_open_perf_event(typ, config, pid, cpu)
|
/aosp_15_r20/external/bcc/src/cc/ |
H A D | libbpf.h | 151 int bpf_open_perf_event(uint32_t type, uint64_t config, int pid, int cpu);
|
H A D | libbpf.c | 1703 int bpf_open_perf_event(uint32_t type, uint64_t config, int pid, int cpu) { in bpf_open_perf_event() function
|
/aosp_15_r20/external/bcc/src/cc/includes/ |
H A D | libbpf.h | 151 int bpf_open_perf_event(uint32_t type, uint64_t config, int pid, int cpu);
|
/aosp_15_r20/out/soong/.intermediates/external/bcc/libbpf_bcc/android_arm64_armv8-2a_cortex-a55_shared/ |
D | libbpf_bcc.so.toc | 137 132: FUNC GLOBAL DEFAULT 15 bpf_open_perf_event
|
/aosp_15_r20/external/bcc/src/cc/api/ |
H A D | BPFTable.cc | 580 int fd = bpf_open_perf_event(type, config, pid, cpu); in open_on_cpu()
|