Searched refs:scripts_path (Results 1 – 1 of 1) sorted by relevance
/linux-3.3/tools/perf/ |
D | builtin-script.c | 779 #define for_each_lang(scripts_path, scripts_dir, lang_dirent, lang_next)\ argument 784 is_directory(scripts_path, &lang_dirent))) && \ 951 char scripts_path[MAXPATHLEN]; in list_available_scripts() local 959 snprintf(scripts_path, MAXPATHLEN, "%s/scripts", perf_exec_path()); in list_available_scripts() 961 scripts_dir = opendir(scripts_path); in list_available_scripts() 965 for_each_lang(scripts_path, scripts_dir, lang_dirent, lang_next) { in list_available_scripts() 966 snprintf(lang_path, MAXPATHLEN, "%s/%s/bin", scripts_path, in list_available_scripts() 998 char scripts_path[MAXPATHLEN]; in get_script_path() local 1004 snprintf(scripts_path, MAXPATHLEN, "%s/scripts", perf_exec_path()); in get_script_path() 1006 scripts_dir = opendir(scripts_path); in get_script_path() [all …]
|