Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/arch/x86/util/
H A Devsel.c127 int arch_evsel__open_strerror(struct evsel *evsel, char *msg, size_t size) in arch_evsel__open_strerror() function
/linux-6.15/tools/perf/util/
H A Devsel.h332 int arch_evsel__open_strerror(struct evsel *evsel, char *msg, size_t size);
H A Devsel.c3661 int __weak arch_evsel__open_strerror(struct evsel *evsel __maybe_unused, in arch_evsel__open_strerror() function
3795 ret = arch_evsel__open_strerror(evsel, msg, size); in evsel__open_strerror()