Searched refs:path_dir (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/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 | 184 char path_dir[PATH_MAX]; in test__attr() local 191 snprintf(path_dir, PATH_MAX, "%s/tests", get_argv_exec_path()); in test__attr() 194 if (!lstat(path_dir, &st) && in test__attr() 196 return run_dir(path_dir, path_perf); in test__attr()
|
D | builtin-test.c | 533 char path_dir[PATH_MAX]; in shell_tests__max_desc_width() local 534 const char *path = shell_tests__dir(path_dir, sizeof(path_dir)); in shell_tests__max_desc_width() 584 char path_dir[PATH_MAX]; in run_shell_tests() local 586 .dir = shell_tests__dir(path_dir, sizeof(path_dir)), in run_shell_tests() 717 char path_dir[PATH_MAX]; in perf_test__list_shell() local 718 const char *path = shell_tests__dir(path_dir, sizeof(path_dir)); in perf_test__list_shell()
|
/kernel/linux/linux-5.10/include/trace/events/ |
D | asoc.h | 170 __field( int, path_dir ) 179 __entry->path_dir = dir; 185 __get_str(wname), DAPM_ARROW(__entry->path_dir), 186 __get_str(pname), DAPM_ARROW(__entry->path_dir),
|