Home
last modified time | relevance | path

Searched refs:mkpath (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/util/
H A Dcache.h29 char *mkpath(const char *fmt, ...) __printf(1, 2);
H A Dpath.c10 * f = open(mkpath("%s/%s.perf", base, name), O_RDONLY);
48 char *mkpath(const char *fmt, ...) in mkpath() function
H A Dconfig.c701 user_config = strdup(mkpath("%s/.perfconfig", home)); in perf_config_set__init()
/kernel/linux/linux-6.6/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.c557 config = strdup(mkpath(path, sizeof(path), "%s/.perfconfig", home)); in home_perfconfig()
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-config.c160 char *user_config = mkpath("%s/.perfconfig", getenv("HOME")); in cmd_config()
H A Dbuiltin-help.c393 if (stat(mkpath("%s/perf.html", html_path), &st) in get_html_page_path()
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-config.c162 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()
/kernel/linux/linux-5.10/tools/testing/ktest/
H A Dktest.pl10 use File::Path qw(mkpath);
1730 mkpath($dir) or
4338 mkpath($outputdir) or
4376 mkpath($tmpdir) or
/kernel/linux/linux-6.6/tools/testing/ktest/
H A Dktest.pl10 use File::Path qw(mkpath);
1788 mkpath($dir) or
4346 mkpath($outputdir) or
4384 mkpath($tmpdir) or

Completed in 16 milliseconds