Home
last modified time | relevance | path

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

/linux-5.19.10/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.c199 char *exec_path = get_argv_exec_path(); in load_command_list()
244 char *exec_path = get_argv_exec_path(); in list_commands()
/linux-5.19.10/tools/perf/tests/
Dpe-file-parsing.c82 snprintf(path_dir, PATH_MAX, "%s/tests", get_argv_exec_path()); in test__pe_file_parsing()
Dattr.c195 exec_path = get_argv_exec_path(); in test__attr()
Ddlfilter-test.c228 exec_path = get_argv_exec_path(); in get_dlfilters_path()
Dbuiltin-test.c322 exec_path = get_argv_exec_path(); in shell_tests__dir()
/linux-5.19.10/tools/perf/util/
Ddlfilter.c310 exec_path = get_argv_exec_path(); in find_dlfilter()
605 exec_path = get_argv_exec_path(); in list_available_dlfilters()
/linux-5.19.10/tools/perf/
Dperf.c218 puts(get_argv_exec_path()); in handle_options()
Dbuiltin-script.c2896 char *exec_path = get_argv_exec_path(); in find_script()
3282 snprintf(scripts_path, MAXPATHLEN, "%s/scripts", get_argv_exec_path()); in list_available_scripts()
3437 snprintf(scripts_path, MAXPATHLEN, "%s/scripts", get_argv_exec_path()); in find_scripts()
3498 snprintf(scripts_path, MAXPATHLEN, "%s/scripts", get_argv_exec_path()); in get_script_path()
3987 set_argv_exec_path(get_argv_exec_path()); in cmd_script()