Home
last modified time | relevance | path

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

/openbmc/linux/tools/lib/subcmd/
H A Dexec-cmd.h14 extern char *get_argv_exec_path(void);
H A Dexec-cmd.c119 char *get_argv_exec_path(void) in get_argv_exec_path() function
152 char *tmp = get_argv_exec_path(); in setup_path()
H A Dhelp.c221 char *exec_path = get_argv_exec_path(); in load_command_list()
266 char *exec_path = get_argv_exec_path(); in list_commands()
/openbmc/linux/tools/perf/tests/
H A Dpe-file-parsing.c83 snprintf(path_dir, PATH_MAX, "%s/tests", get_argv_exec_path()); in test__pe_file_parsing()
H A Dbuiltin-test-list.c55 exec_path = get_argv_exec_path(); in shell_tests__dir()
H A Dattr.c202 exec_path = get_argv_exec_path(); in test__attr()
H A Ddlfilter-test.c233 exec_path = get_argv_exec_path(); in get_dlfilters_path()
/openbmc/linux/tools/perf/util/
H A Ddlfilter.c353 exec_path = get_argv_exec_path(); in find_dlfilter()
650 exec_path = get_argv_exec_path(); in list_available_dlfilters()
/openbmc/linux/tools/perf/
H A Dperf.c225 puts(get_argv_exec_path()); in handle_options()
H A Dbuiltin-script.c2943 char *exec_path = get_argv_exec_path(); in find_script()
3336 snprintf(scripts_path, MAXPATHLEN, "%s/scripts", get_argv_exec_path()); in list_available_scripts()
3493 snprintf(scripts_path, MAXPATHLEN, "%s/scripts", get_argv_exec_path()); in find_scripts()
3554 snprintf(scripts_path, MAXPATHLEN, "%s/scripts", get_argv_exec_path()); in get_script_path()
4081 set_argv_exec_path(get_argv_exec_path()); in cmd_script()