Searched refs:get_argv_exec_path (Results 1 – 10 of 10) sorted by relevance
/linux-6.12.1/tools/lib/subcmd/ |
D | exec-cmd.h | 14 extern char *get_argv_exec_path(void);
|
D | exec-cmd.c | 119 char *get_argv_exec_path(void) in get_argv_exec_path() function 152 char *tmp = get_argv_exec_path(); in setup_path()
|
D | help.c | 221 char *exec_path = get_argv_exec_path(); in load_command_list() 266 char *exec_path = get_argv_exec_path(); in list_commands()
|
/linux-6.12.1/tools/perf/tests/ |
D | pe-file-parsing.c | 83 snprintf(path_dir, PATH_MAX, "%s/tests", get_argv_exec_path()); in test__pe_file_parsing()
|
D | attr.c | 202 exec_path = get_argv_exec_path(); in test__attr()
|
D | tests-scripts.c | 72 exec_path = get_argv_exec_path(); in shell_tests__dir_fd()
|
D | dlfilter-test.c | 233 exec_path = get_argv_exec_path(); in get_dlfilters_path()
|
/linux-6.12.1/tools/perf/util/ |
D | dlfilter.c | 355 exec_path = get_argv_exec_path(); in find_dlfilter() 652 exec_path = get_argv_exec_path(); in list_available_dlfilters()
|
/linux-6.12.1/tools/perf/ |
D | perf.c | 242 puts(get_argv_exec_path()); in handle_options()
|
D | builtin-script.c | 3054 char *exec_path = get_argv_exec_path(); in find_script() 3454 snprintf(scripts_path, MAXPATHLEN, "%s/scripts", get_argv_exec_path()); in list_available_scripts() 3611 snprintf(scripts_path, MAXPATHLEN, "%s/scripts", get_argv_exec_path()); in find_scripts() 3672 snprintf(scripts_path, MAXPATHLEN, "%s/scripts", get_argv_exec_path()); in get_script_path() 4168 set_argv_exec_path(get_argv_exec_path()); in cmd_script()
|