Home
last modified time | relevance | path

Searched refs:get_argv_exec_path (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/tools/lib/subcmd/
Dexec-cmd.h14 extern char *get_argv_exec_path(void);
Dexec-cmd.c114 char *get_argv_exec_path(void) in get_argv_exec_path() function
144 char *tmp = get_argv_exec_path(); in setup_path()
Dhelp.c197 char *exec_path = get_argv_exec_path(); in load_command_list()
242 char *exec_path = get_argv_exec_path(); in list_commands()
/Linux-v5.4/tools/perf/tests/
Dattr.c191 snprintf(path_dir, PATH_MAX, "%s/tests", get_argv_exec_path()); in test__attr()
Dbuiltin-test.c467 exec_path = get_argv_exec_path(); in shell_tests__dir()
/Linux-v5.4/tools/perf/
Dperf.c215 puts(get_argv_exec_path()); in handle_options()
Dbuiltin-script.c2970 snprintf(scripts_path, MAXPATHLEN, "%s/scripts", get_argv_exec_path()); in list_available_scripts()
3097 snprintf(scripts_path, MAXPATHLEN, "%s/scripts", get_argv_exec_path()); in find_scripts()
3158 snprintf(scripts_path, MAXPATHLEN, "%s/scripts", get_argv_exec_path()); in get_script_path()
3618 set_argv_exec_path(get_argv_exec_path()); in cmd_script()