Home
last modified time | relevance | path

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

/tools/perf/util/
Dsymbol.c1754 static int dso__find_perf_map(char *filebuf, size_t bufsz, in dso__find_perf_map() argument
1765 snprintf(filebuf, bufsz, "/tmp/perf-%d.map", nsinfo__nstgid(nsi)); in dso__find_perf_map()
1767 rc = access(filebuf, R_OK); in dso__find_perf_map()
1778 snprintf(filebuf, bufsz, "/tmp/perf-%d.map", nsinfo__tgid(nnsi)); in dso__find_perf_map()