Searched refs:path_dir (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/tools/perf/tests/ |
D | builtin-test.c | 453 char path_dir[PATH_MAX]; in shell_tests__max_desc_width() local 454 const char *path = shell_tests__dir(path_dir, sizeof(path_dir)); in shell_tests__max_desc_width() 504 char path_dir[PATH_MAX]; in run_shell_tests() local 506 .dir = shell_tests__dir(path_dir, sizeof(path_dir)), in run_shell_tests() 616 char path_dir[PATH_MAX]; in perf_test__list_shell() local 617 const char *path = shell_tests__dir(path_dir, sizeof(path_dir)); in perf_test__list_shell()
|
D | attr.c | 183 char path_dir[PATH_MAX]; in test__attr() local 190 snprintf(path_dir, PATH_MAX, "%s/tests", get_argv_exec_path()); in test__attr() 193 if (!lstat(path_dir, &st) && in test__attr() 195 return run_dir(path_dir, path_perf); in test__attr()
|
/Linux-v4.19/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),
|