Searched refs:perf_exec_path (Results 1 – 6 of 6) sorted by relevance
/external/linux-tools-perf/src/tools/perf/util/ |
D | exec_cmd.c | 55 const char *perf_exec_path(void) in perf_exec_path() function 87 add_path(&new_path, perf_exec_path()); in setup_path()
|
D | exec_cmd.h | 6 extern const char *perf_exec_path(void);
|
D | help.c | 162 const char *exec_path = perf_exec_path(); in load_command_list() 206 const char *exec_path = perf_exec_path(); in list_commands()
|
/external/linux-tools-perf/src/tools/perf/tests/ |
D | attr.c | 174 snprintf(path_dir, PATH_MAX, "%s/tests", perf_exec_path()); in test__attr()
|
/external/linux-tools-perf/src/tools/perf/ |
D | builtin-script.c | 1005 snprintf(scripts_path, MAXPATHLEN, "%s/scripts", perf_exec_path()); in list_available_scripts() 1123 snprintf(scripts_path, MAXPATHLEN, "%s/scripts", perf_exec_path()); in find_scripts() 1181 snprintf(scripts_path, MAXPATHLEN, "%s/scripts", perf_exec_path()); in get_script_path() 1343 perf_set_argv_exec_path(perf_exec_path()); in cmd_script()
|
D | perf.c | 151 puts(perf_exec_path()); in handle_options()
|