Home
last modified time | relevance | path

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

/linux/tools/perf/tests/
H A Dpe-file-parsing.c76 char path_dir[PATH_MAX]; in test__pe_file_parsing() local
83 snprintf(path_dir, PATH_MAX, "%s/tests", get_argv_exec_path()); in test__pe_file_parsing()
85 if (!lstat(path_dir, &st)) in test__pe_file_parsing()
86 return run_dir(path_dir); in test__pe_file_parsing()
H A Dattr.c185 char path_dir[PATH_MAX]; in test__attr() local
207 snprintf(path_dir, PATH_MAX, "%s/tests", exec_path); in test__attr()
211 if (!lstat(path_dir, &st) && in test__attr()
213 return run_dir(path_dir, path_perf); in test__attr()
/linux/include/trace/events/
H A Dasoc.h179 __field( int, path_dir )
188 __entry->path_dir = dir;
194 __get_str(wname), DAPM_ARROW(__entry->path_dir),
195 __get_str(pname), DAPM_ARROW(__entry->path_dir),