Searched refs:path_dir (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.15/tools/perf/tests/ |
D | pe-file-parsing.c | 75 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()
|
D | attr.c | 185 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()
|
D | builtin-test.c | 549 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()
|
/Linux-v5.15/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),
|