Home
last modified time | relevance | path

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

/linux-2.6.39/tools/perf/util/
Dexec_cmd.c12 const char *system_path(const char *path) in system_path() function
67 return system_path(PERF_EXEC_PATH); in perf_exec_path()
Dexec_cmd.h10 extern const char *system_path(const char *path);
Dconfig.c379 system_wide = system_path(ETC_PERFCONFIG); in perf_etc_perfconfig()
/linux-2.6.39/tools/perf/
Dbuiltin-help.c329 strbuf_addstr(&new_path, system_path(PERF_MAN_PATH)); in setup_man_path()
374 setenv("INFOPATH", system_path(PERF_INFO_PATH), 1); in show_info_page()
381 const char *html_path = system_path(PERF_HTML_PATH); in get_html_page_path()
Dperf.c122 puts(system_path(PERF_HTML_PATH)); in handle_options()