Home
last modified time | relevance | path

Searched refs:exec_path (Results 1 – 3 of 3) sorted by relevance

/tools/perf/util/
Dhelp.c162 const char *exec_path = perf_exec_path(); in load_command_list() local
164 if (exec_path) { in load_command_list()
165 list_commands_in_dir(main_cmds, exec_path, prefix); in load_command_list()
177 if (!exec_path || strcmp(path, exec_path)) in load_command_list()
206 const char *exec_path = perf_exec_path(); in list_commands() local
207 printf("available %s in '%s'\n", title, exec_path); in list_commands()
209 mput_char('-', strlen(title) + strlen(exec_path)); in list_commands()
Dexec_cmd.c44 void perf_set_argv_exec_path(const char *exec_path) in perf_set_argv_exec_path() argument
46 argv_exec_path = exec_path; in perf_set_argv_exec_path()
50 setenv(EXEC_PATH_ENVIRONMENT, exec_path, 1); in perf_set_argv_exec_path()
Dexec_cmd.h4 extern void perf_set_argv_exec_path(const char *exec_path);