Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/
Dbuiltin-help.c390 const char *html_path = system_path(PERF_HTML_PATH); in get_html_page_path() local
393 if (stat(mkpath("%s/perf.html", html_path), &st) in get_html_page_path()
395 pr_err("'%s': not a documentation directory.", html_path); in get_html_page_path()
399 return asprintf(page_path, "%s/%s.html", html_path, page); in get_html_page_path()