Home
last modified time | relevance | path

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

/Linux-v5.15/tools/perf/util/
Dbpf_counter.h43 int bpf_counter__install_pe(struct evsel *evsel, int cpu, int fd);
74 static inline int bpf_counter__install_pe(struct evsel *evsel __maybe_unused, in bpf_counter__install_pe() function
Dpython.c92 int bpf_counter__install_pe(struct evsel *evsel, int cpu, int fd);
99 int bpf_counter__install_pe(struct evsel *evsel __maybe_unused, int cpu __maybe_unused, int fd __ma… in bpf_counter__install_pe() function
Dbpf_counter.c760 int bpf_counter__install_pe(struct evsel *evsel, int cpu, int fd) in bpf_counter__install_pe() function
Devsel.c2020 bpf_counter__install_pe(evsel, cpu, fd); in evsel__open_cpu()