get_argv_exec_path  144 tools/lib/subcmd/exec-cmd.c 	char *tmp = get_argv_exec_path();
get_argv_exec_path   14 tools/lib/subcmd/exec-cmd.h extern char *get_argv_exec_path(void);
get_argv_exec_path  197 tools/lib/subcmd/help.c 	char *exec_path = get_argv_exec_path();
get_argv_exec_path  242 tools/lib/subcmd/help.c 		char *exec_path = get_argv_exec_path();
get_argv_exec_path 2970 tools/perf/builtin-script.c 	snprintf(scripts_path, MAXPATHLEN, "%s/scripts", get_argv_exec_path());
get_argv_exec_path 3097 tools/perf/builtin-script.c 	snprintf(scripts_path, MAXPATHLEN, "%s/scripts", get_argv_exec_path());
get_argv_exec_path 3158 tools/perf/builtin-script.c 	snprintf(scripts_path, MAXPATHLEN, "%s/scripts", get_argv_exec_path());
get_argv_exec_path 3613 tools/perf/builtin-script.c 	set_argv_exec_path(get_argv_exec_path());
get_argv_exec_path  215 tools/perf/perf.c 				puts(get_argv_exec_path());
get_argv_exec_path  191 tools/perf/tests/attr.c 	snprintf(path_dir,  PATH_MAX, "%s/tests", get_argv_exec_path());
get_argv_exec_path  467 tools/perf/tests/builtin-test.c         exec_path = get_argv_exec_path();