Searched refs:path_dir (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/tools/perf/tests/ |
D | pe-file-parsing.c | 76 char path_dir[PATH_MAX]; in test__pe_file_parsing() local 83 snprintf(path_dir, PATH_MAX, "%s/tests", get_argv_exec_path()); in test__pe_file_parsing() 85 if (!lstat(path_dir, &st)) in test__pe_file_parsing() 86 return run_dir(path_dir); in test__pe_file_parsing()
|
D | attr.c | 185 char path_dir[PATH_MAX]; in test__attr() local 207 snprintf(path_dir, PATH_MAX, "%s/tests", exec_path); in test__attr() 211 if (!lstat(path_dir, &st) && in test__attr() 213 return run_dir(path_dir, path_perf); in test__attr()
|
D | builtin-test-list.c | 191 char path_dir[PATH_MAX]; in list_script_files() local 197 path = shell_tests__dir(path_dir, sizeof(path_dir)); /* Walk dir */ in list_script_files()
|
/Linux-v6.6/include/trace/events/ |
D | asoc.h | 171 __field( int, path_dir ) 180 __entry->path_dir = dir; 186 __get_str(wname), DAPM_ARROW(__entry->path_dir), 187 __get_str(pname), DAPM_ARROW(__entry->path_dir),
|