Home
last modified time | relevance | path

Searched refs:perf_exec_path (Results 1 – 5 of 5) sorted by relevance

/linux-3.3/tools/perf/util/
Dexec_cmd.c55 const char *perf_exec_path(void) in perf_exec_path() function
87 add_path(&new_path, perf_exec_path()); in setup_path()
Dexec_cmd.h6 extern const char *perf_exec_path(void);
Dhelp.c161 const char *exec_path = perf_exec_path(); in load_command_list()
205 const char *exec_path = perf_exec_path(); in list_commands()
/linux-3.3/tools/perf/
Dbuiltin-script.c959 snprintf(scripts_path, MAXPATHLEN, "%s/scripts", perf_exec_path()); in list_available_scripts()
1004 snprintf(scripts_path, MAXPATHLEN, "%s/scripts", perf_exec_path()); in get_script_path()
1157 perf_set_argv_exec_path(perf_exec_path()); in cmd_script()
Dperf.c107 puts(perf_exec_path()); in handle_options()