Home
last modified time | relevance | path

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

/linux-6.1.9/tools/lib/subcmd/
Dexec-cmd.h15 extern char *system_path(const char *path);
Dexec-cmd.c75 char *system_path(const char *path) in system_path() function
128 return system_path(subcmd_config.exec_path); in get_argv_exec_path()
/linux-6.1.9/tools/perf/
Dbuiltin-help.c337 if (asprintf(&new_path, "%s:%s", system_path(PERF_MAN_PATH), old_path ?: "") > 0) { in setup_man_path()
382 setenv("INFOPATH", system_path(PERF_INFO_PATH), 1); in show_info_page()
390 const char *html_path = system_path(PERF_HTML_PATH); in get_html_page_path()
Dperf.c229 puts(system_path(PERF_HTML_PATH)); in handle_options()
Dbuiltin-report.c644 path = system_path(TIPDIR); in report__browse_hists()
648 path = system_path(DOCDIR); in report__browse_hists()
Dbuiltin-trace.c4621 char *strace_groups_dir = system_path(STRACE_GROUPS_DIR);
/linux-6.1.9/tools/perf/util/
Dllvm-utils.c466 char *perf_include_dir = system_path(PERF_INCLUDE_DIR); in llvm__compile_bpf()
Dconfig.c521 system_wide = system_path(ETC_PERFCONFIG); in perf_etc_perfconfig()