base_path          84 tools/perf/util/path.c bool is_directory(const char *base_path, const struct dirent *dent)
base_path          89 tools/perf/util/path.c 	sprintf(path, "%s/%s", base_path, dent->d_name);
base_path          14 tools/perf/util/path.h bool is_directory(const char *base_path, const struct dirent *dent);