Home
last modified time | relevance | path

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

/openbmc/linux/tools/lib/subcmd/
H A Dexec-cmd.h15 extern char *system_path(const char *path);
H A Dexec-cmd.c77 char *system_path(const char *path) in system_path() function
130 return system_path(subcmd_config.exec_path); in get_argv_exec_path()
/openbmc/linux/tools/perf/
H A Dbuiltin-help.c339 if (asprintf(&new_path, "%s:%s", system_path(PERF_MAN_PATH), old_path ?: "") > 0) { in setup_man_path()
384 setenv("INFOPATH", system_path(PERF_INFO_PATH), 1); in show_info_page()
392 const char *html_path = system_path(PERF_HTML_PATH); in get_html_page_path()
H A Dperf.c229 puts(system_path(PERF_HTML_PATH)); in handle_options()
H A Dbuiltin-report.c654 path = system_path(TIPDIR); in report__browse_hists()
658 path = system_path(DOCDIR); in report__browse_hists()
H A Dbuiltin-trace.c4503 char *strace_groups_dir = system_path(STRACE_GROUPS_DIR);
/openbmc/linux/tools/perf/util/
H A Dconfig.c520 system_wide = system_path(ETC_PERFCONFIG); in perf_etc_perfconfig()