Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/
H A Dbuiltin-help.c392 const char *html_path = system_path(PERF_HTML_PATH); in get_html_page_path() local
396 if (stat(mkpath(path, sizeof(path), "%s/perf.html", html_path), &st) in get_html_page_path()
398 pr_err("'%s': not a documentation directory.", html_path); in get_html_page_path()
402 return asprintf(page_path, "%s/%s.html", html_path, page); in get_html_page_path()