Searched refs:bpf_open_perf_event (Results 1 – 6 of 6) sorted by relevance
/external/bcc/src/python/bcc/ |
D | libbcc.py | 107 lib.bpf_open_perf_event.restype = ct.c_int 108 lib.bpf_open_perf_event.argtypes = [ct.c_uint, ct.c_ulonglong, ct.c_int, ct.c_int]
|
D | table.py | 600 fd = lib.bpf_open_perf_event(typ, config, -1, cpu)
|
/external/bcc/src/cc/ |
D | libbpf.h | 105 int bpf_open_perf_event(uint32_t type, uint64_t config, int pid, int cpu);
|
D | libbpf.c | 1201 int bpf_open_perf_event(uint32_t type, uint64_t config, int pid, int cpu) { in bpf_open_perf_event() function
|
/external/bcc/src/cc/includes/ |
D | libbpf.h | 105 int bpf_open_perf_event(uint32_t type, uint64_t config, int pid, int cpu);
|
/external/bcc/src/cc/api/ |
D | BPFTable.cc | 484 int fd = bpf_open_perf_event(type, config, -1, cpu); in open_on_cpu()
|