Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/tests/
Dattr.c182 char path_perf[PATH_MAX]; in test__attr() local
191 snprintf(path_perf, PATH_MAX, "%s/perf", BINDIR); in test__attr()
194 !lstat(path_perf, &st)) in test__attr()
195 return run_dir(path_dir, path_perf); in test__attr()