Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/tests/
Dbuiltin-test.c477 char path_dir[PATH_MAX]; in shell_tests__max_desc_width() local
478 const char *path = shell_tests__dir(path_dir, sizeof(path_dir)); in shell_tests__max_desc_width()
528 char path_dir[PATH_MAX]; in run_shell_tests() local
530 .dir = shell_tests__dir(path_dir, sizeof(path_dir)), in run_shell_tests()
640 char path_dir[PATH_MAX]; in perf_test__list_shell() local
641 const char *path = shell_tests__dir(path_dir, sizeof(path_dir)); in perf_test__list_shell()
Dattr.c184 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()
/Linux-v5.4/include/trace/events/
Dasoc.h170 __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),