Searched refs:bpf_counter__install_pe (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/tools/perf/util/ |
D | bpf_counter.h | 46 int bpf_counter__install_pe(struct evsel *evsel, int cpu_map_idx, int fd); 77 static inline int bpf_counter__install_pe(struct evsel *evsel __maybe_unused, in bpf_counter__install_pe() function
|
D | python.c | 115 int bpf_counter__install_pe(struct evsel *evsel, int cpu, int fd); 122 int bpf_counter__install_pe(struct evsel *evsel __maybe_unused, int cpu __maybe_unused, int fd __ma… in bpf_counter__install_pe() function
|
D | bpf_counter.c | 788 int bpf_counter__install_pe(struct evsel *evsel, int cpu_map_idx, int fd) in bpf_counter__install_pe() function
|
D | evsel.c | 2102 bpf_counter__install_pe(evsel, idx, fd); in evsel__open_cpu()
|