Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/util/
Devlist.h251 int perf_evlist__strerror_open(struct evlist *evlist, int err, char *buf, size_t size);
Devlist.c1424 int perf_evlist__strerror_open(struct evlist *evlist, in perf_evlist__strerror_open() function
/Linux-v5.4/tools/perf/tests/
Dcode-reading.c680 perf_evlist__strerror_open(evlist, errno, errbuf, sizeof(errbuf)); in do_test_code_reading()
/Linux-v5.4/tools/perf/
Dbuiltin-trace.c3537 perf_evlist__strerror_open(evlist, errno, errbuf, sizeof(errbuf)); in trace__run()