Searched refs:path_dir (Results 1 - 3 of 3) sorted by path

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

Completed in 150 milliseconds