Searched refs:get_argv_exec_path (Results 1 – 10 of 10) sorted by relevance
/Linux-v6.1/tools/lib/subcmd/ |
D | exec-cmd.c | 117 char *get_argv_exec_path(void) in get_argv_exec_path() function 147 char *tmp = get_argv_exec_path(); in setup_path()
|
D | exec-cmd.h | 14 extern char *get_argv_exec_path(void);
|
D | help.c | 199 char *exec_path = get_argv_exec_path(); in load_command_list() 244 char *exec_path = get_argv_exec_path(); in list_commands()
|
/Linux-v6.1/tools/perf/tests/ |
D | pe-file-parsing.c | 82 snprintf(path_dir, PATH_MAX, "%s/tests", get_argv_exec_path()); in test__pe_file_parsing()
|
D | builtin-test-list.c | 55 exec_path = get_argv_exec_path(); in shell_tests__dir()
|
D | attr.c | 195 exec_path = get_argv_exec_path(); in test__attr()
|
D | dlfilter-test.c | 228 exec_path = get_argv_exec_path(); in get_dlfilters_path()
|
/Linux-v6.1/tools/perf/util/ |
D | dlfilter.c | 310 exec_path = get_argv_exec_path(); in find_dlfilter() 607 exec_path = get_argv_exec_path(); in list_available_dlfilters()
|
/Linux-v6.1/tools/perf/ |
D | perf.c | 225 puts(get_argv_exec_path()); in handle_options()
|
D | builtin-script.c | 2906 char *exec_path = get_argv_exec_path(); in find_script() 3292 snprintf(scripts_path, MAXPATHLEN, "%s/scripts", get_argv_exec_path()); in list_available_scripts() 3447 snprintf(scripts_path, MAXPATHLEN, "%s/scripts", get_argv_exec_path()); in find_scripts() 3508 snprintf(scripts_path, MAXPATHLEN, "%s/scripts", get_argv_exec_path()); in get_script_path() 4012 set_argv_exec_path(get_argv_exec_path()); in cmd_script()
|