Home
last modified time | relevance | path

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

/tools/perf/tests/
Dpe-file-parsing.c75 char path_dir[PATH_MAX]; in test__pe_file_parsing() local
82 snprintf(path_dir, PATH_MAX, "%s/tests", get_argv_exec_path()); in test__pe_file_parsing()
84 if (!lstat(path_dir, &st)) in test__pe_file_parsing()
85 return run_dir(path_dir); in test__pe_file_parsing()
Dattr.c185 char path_dir[PATH_MAX]; in test__attr() local
200 snprintf(path_dir, PATH_MAX, "%s/tests", exec_path); in test__attr()
204 if (!lstat(path_dir, &st) && in test__attr()
206 return run_dir(path_dir, path_perf); in test__attr()
Dbuiltin-test.c549 char path_dir[PATH_MAX]; in shell_tests__max_desc_width() local
550 const char *path = shell_tests__dir(path_dir, sizeof(path_dir)); in shell_tests__max_desc_width()
607 char path_dir[PATH_MAX]; in run_shell_tests() local
609 .dir = shell_tests__dir(path_dir, sizeof(path_dir)), in run_shell_tests()
749 char path_dir[PATH_MAX]; in perf_test__list_shell() local
750 const char *path = shell_tests__dir(path_dir, sizeof(path_dir)); in perf_test__list_shell()