mkpath            160 tools/perf/builtin-config.c 	char *user_config = mkpath("%s/.perfconfig", getenv("HOME"));
mkpath            393 tools/perf/builtin-help.c 	if (stat(mkpath("%s/perf.html", html_path), &st)
mkpath             29 tools/perf/util/cache.h char *mkpath(const char *fmt, ...) __printf(1, 2);
mkpath            677 tools/perf/util/config.c 	user_config = strdup(mkpath("%s/.perfconfig", home));