Searched refs:scripts_dir (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/perf/ui/browsers/ |
| H A D | scripts.c | 163 DIR *scripts_dir, *lang_dir; in find_scripts() local 188 scripts_dir = fdopendir(scripts_dir_fd); in find_scripts() 189 if (!scripts_dir) { in find_scripts() 195 while ((lang_dirent = readdir(scripts_dir)) != NULL) { in find_scripts() 248 closedir(scripts_dir); in find_scripts()
|
| /linux/tools/perf/ |
| H A D | builtin-script.c | 3515 #define for_each_lang(scripts_path, scripts_dir, lang_dirent) \ 3516 while ((lang_dirent = readdir(scripts_dir)) != NULL) \ 3670 DIR *scripts_dir, *lang_dir; in list_available_scripts() 3686 scripts_dir = opendir(scripts_path); in list_available_scripts() 3687 if (!scripts_dir) { in list_available_scripts() 3696 for_each_lang(scripts_path, scripts_dir, lang_dirent) { in list_available_scripts() 3760 DIR *scripts_dir, *lang_dir; in get_script_path() 3766 scripts_dir = opendir(scripts_path); in get_script_path() 3767 if (!scripts_dir) in get_script_path() 3770 for_each_lang(scripts_path, scripts_dir, lang_diren in get_script_path() 3506 for_each_lang(scripts_path,scripts_dir,lang_dirent) global() argument 3661 DIR *scripts_dir, *lang_dir; list_available_scripts() local 3751 DIR *scripts_dir, *lang_dir; get_script_path() local [all...] |