Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/perf/tests/
A Dpe-file-parsing.c75 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()
A Dattr.c185 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()
A Dbuiltin-test-list.c191 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-6.3-rc2/include/trace/events/
A Dasoc.h171 __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),

Completed in 6 milliseconds