system_path       125 tools/lib/subcmd/exec-cmd.c 	return system_path(subcmd_config.exec_path);
system_path        15 tools/lib/subcmd/exec-cmd.h extern char *system_path(const char *path);
system_path       337 tools/perf/builtin-help.c 	if (asprintf(&new_path, "%s:%s", system_path(PERF_MAN_PATH), old_path ?: "") > 0) {
system_path       382 tools/perf/builtin-help.c 	setenv("INFOPATH", system_path(PERF_INFO_PATH), 1);
system_path       390 tools/perf/builtin-help.c 	const char *html_path = system_path(PERF_HTML_PATH);
system_path       573 tools/perf/builtin-report.c 	const char *help = perf_tip(system_path(TIPDIR));
system_path      3914 tools/perf/builtin-trace.c 	char *strace_groups_dir = system_path(STRACE_GROUPS_DIR);
system_path       219 tools/perf/perf.c 			puts(system_path(PERF_HTML_PATH));
system_path       490 tools/perf/util/config.c 		system_wide = system_path(ETC_PERFCONFIG);
system_path       447 tools/perf/util/llvm-utils.c 	char *perf_include_dir = system_path(PERF_INCLUDE_DIR);