Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/tests/
Dattr.c160 char path_dir[PATH_MAX]; in test__attr() local
167 snprintf(path_dir, PATH_MAX, "%s/tests", perf_exec_path()); in test__attr()
170 if (!lstat(path_dir, &st) && in test__attr()
172 return run_dir(path_dir, path_perf); in test__attr()