Home
last modified time | relevance | path

Searched refs:mkpath (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/tools/perf/util/
H A Dcache.h29 char *mkpath(char *path_buf, size_t sz, const char *fmt, ...) __printf(3, 4);
H A Dpath.c24 char *mkpath(char *path_buf, size_t sz, const char *fmt, ...) in mkpath() function
H A Dconfig.c584 config = strdup(mkpath(path, sizeof(path), "%s/.perfconfig", home)); in home_perfconfig()
/linux-6.15/tools/perf/
H A Dbuiltin-config.c160 char *user_config = mkpath(path, sizeof(path), "%s/.perfconfig", getenv("HOME")); in perf_config__set_variable()
200 char *user_config = mkpath(path, sizeof(path), "%s/.perfconfig", getenv("HOME")); in cmd_config()
H A Dbuiltin-help.c396 if (stat(mkpath(path, sizeof(path), "%s/perf.html", html_path), &st) in get_html_page_path()
/linux-6.15/tools/testing/ktest/
H A Dktest.pl1802 mkpath($dir) or
4310 mkpath($dir) or die "Failed to create directories '$dir': $!";
4372 mkpath($outputdir) or
4410 mkpath($tmpdir) or