Home
last modified time | relevance | path

Searched refs:bpf_attach_perf_event (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/bcc/src/python/bcc/
H A Dlibbcc.py162 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__.py1238 res = lib.bpf_attach_perf_event(progfd, ev_type, ev_config,
/aosp_15_r20/external/bcc/src/cc/
H A Dlibbpf.h147 int bpf_attach_perf_event(int progfd, uint32_t ev_type, uint32_t ev_config,
H A Dlibbpf.c1772 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 Dlibbpf.h147 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/
Dlibbpf_bcc.so.toc123 118: FUNC GLOBAL DEFAULT 15 bpf_attach_perf_event
/aosp_15_r20/external/bcc/src/cc/api/
H A DBPF.cc434 int fd = bpf_attach_perf_event(probe_fd, ev_type, ev_config, sample_period, in attach_perf_event()