Searched refs:scripts_path (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.4/tools/perf/ | 
| D | builtin-script.c | 2808 #define for_each_lang(scripts_path, scripts_dir, lang_dirent)		\  argument2812 		      is_directory(scripts_path, lang_dirent))) &&	\
 2962 	char scripts_path[MAXPATHLEN];  in list_available_scripts()  local
 2970 	snprintf(scripts_path, MAXPATHLEN, "%s/scripts", get_argv_exec_path());  in list_available_scripts()
 2972 	scripts_dir = opendir(scripts_path);  in list_available_scripts()
 2977 			scripts_path);  in list_available_scripts()
 2981 	for_each_lang(scripts_path, scripts_dir, lang_dirent) {  in list_available_scripts()
 2982 		scnprintf(lang_path, MAXPATHLEN, "%s/%s/bin", scripts_path,  in list_available_scripts()
 3083 	char scripts_path[MAXPATHLEN], lang_path[MAXPATHLEN];  in find_scripts()  local
 3097 	snprintf(scripts_path, MAXPATHLEN, "%s/scripts", get_argv_exec_path());  in find_scripts()
 [all …]
 
 |