Home
last modified time | relevance | path

Searched refs:bpf_counter__install_pe (Results 1 – 3 of 3) sorted by relevance

/linux/tools/perf/util/
H A Dbpf_counter.h32 int bpf_counter__install_pe(struct evsel *evsel, int cpu_map_idx, int fd);
66 static inline int bpf_counter__install_pe(struct evsel *evsel __maybe_unused, in bpf_counter__install_pe() function
H A Dbpf_counter.c850 int bpf_counter__install_pe(struct evsel *evsel, int cpu_map_idx, int fd) in bpf_counter__install_pe() function
H A Devsel.c2756 bpf_counter__install_pe(evsel, idx, fd); in evsel__open_cpu()