Home
last modified time | relevance | path

Searched refs:scripts_dir (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/tools/perf/ui/browsers/
H A Dscripts.c163 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-6.15/tools/perf/
H A Dbuiltin-script.c3168 while ((lang_dirent = readdir(scripts_dir)) != NULL) \
3322 DIR *scripts_dir, *lang_dir; in list_available_scripts() local
3338 scripts_dir = opendir(scripts_path); in list_available_scripts()
3339 if (!scripts_dir) { in list_available_scripts()
3348 for_each_lang(scripts_path, scripts_dir, lang_dirent) { in list_available_scripts()
3412 DIR *scripts_dir, *lang_dir; in get_script_path() local
3418 scripts_dir = opendir(scripts_path); in get_script_path()
3419 if (!scripts_dir) in get_script_path()
3422 for_each_lang(scripts_path, scripts_dir, lang_dirent) { in get_script_path()
3433 closedir(scripts_dir); in get_script_path()
[all …]