Searched refs:get_argv_exec_path (Results 1 – 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/tools/lib/subcmd/ |
D | exec-cmd.h | 14 extern char *get_argv_exec_path(void);
|
D | exec-cmd.c | 114 char *get_argv_exec_path(void) in get_argv_exec_path() function 144 char *tmp = get_argv_exec_path(); in setup_path()
|
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()
|
/kernel/linux/linux-5.10/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 | attr.c | 191 snprintf(path_dir, PATH_MAX, "%s/tests", get_argv_exec_path()); in test__attr()
|
D | builtin-test.c | 523 exec_path = get_argv_exec_path(); in shell_tests__dir()
|
/kernel/linux/linux-5.10/tools/perf/ |
D | perf.c | 215 puts(get_argv_exec_path()); in handle_options()
|
D | builtin-script.c | 2993 snprintf(scripts_path, MAXPATHLEN, "%s/scripts", get_argv_exec_path()); in list_available_scripts() 3120 snprintf(scripts_path, MAXPATHLEN, "%s/scripts", get_argv_exec_path()); in find_scripts() 3181 snprintf(scripts_path, MAXPATHLEN, "%s/scripts", get_argv_exec_path()); in get_script_path() 3660 set_argv_exec_path(get_argv_exec_path()); in cmd_script()
|