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

/linux-master/tools/perf/tests/
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);
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);
/linux-master/include/trace/events/
H A Dasoc.h176 __field( int, path_dir )
185 __entry->path_dir = dir;
191 __get_str(wname), DAPM_ARROW(__entry->path_dir),
192 __get_str(pname), DAPM_ARROW(__entry->path_dir),

Completed in 206 milliseconds