exec_path          21 tools/lib/subcmd/exec-cmd.c 		   const char *exec_path, const char *exec_path_env)
exec_path          25 tools/lib/subcmd/exec-cmd.c 	subcmd_config.exec_path		= exec_path;
exec_path         103 tools/lib/subcmd/exec-cmd.c void set_argv_exec_path(const char *exec_path)
exec_path         105 tools/lib/subcmd/exec-cmd.c 	argv_exec_path = exec_path;
exec_path         109 tools/lib/subcmd/exec-cmd.c 	setenv(subcmd_config.exec_path_env, exec_path, 1);
exec_path         125 tools/lib/subcmd/exec-cmd.c 	return system_path(subcmd_config.exec_path);
exec_path           6 tools/lib/subcmd/exec-cmd.h 			  const char *exec_path, const char *exec_path_env);
exec_path           8 tools/lib/subcmd/exec-cmd.h extern void set_argv_exec_path(const char *exec_path);
exec_path         197 tools/lib/subcmd/help.c 	char *exec_path = get_argv_exec_path();
exec_path         199 tools/lib/subcmd/help.c 	if (exec_path) {
exec_path         200 tools/lib/subcmd/help.c 		list_commands_in_dir(main_cmds, exec_path, prefix);
exec_path         212 tools/lib/subcmd/help.c 			if (!exec_path || strcmp(path, exec_path))
exec_path         225 tools/lib/subcmd/help.c 	free(exec_path);
exec_path         242 tools/lib/subcmd/help.c 		char *exec_path = get_argv_exec_path();
exec_path         243 tools/lib/subcmd/help.c 		printf("available %s in '%s'\n", title, exec_path);
exec_path         245 tools/lib/subcmd/help.c 		mput_char('-', strlen(title) + strlen(exec_path));
exec_path         249 tools/lib/subcmd/help.c 		free(exec_path);
exec_path           9 tools/lib/subcmd/subcmd-config.c 	.exec_path	= UNDEFINED,
exec_path           8 tools/lib/subcmd/subcmd-config.h 	const char *exec_path;
exec_path         454 tools/perf/tests/builtin-test.c         char *exec_path;
exec_path         467 tools/perf/tests/builtin-test.c         exec_path = get_argv_exec_path();
exec_path         468 tools/perf/tests/builtin-test.c         scnprintf(path, size, "%s/tests/shell", exec_path);
exec_path         469 tools/perf/tests/builtin-test.c 	free(exec_path);