page_path 387 tools/perf/builtin-help.c static int get_html_page_path(char **page_path, const char *page) page_path 399 tools/perf/builtin-help.c return asprintf(page_path, "%s/%s.html", html_path, page); page_path 417 tools/perf/builtin-help.c char *page_path; /* it leaks but we exec bellow */ page_path 419 tools/perf/builtin-help.c if (get_html_page_path(&page_path, page) < 0) page_path 422 tools/perf/builtin-help.c open_html(page_path);