Home
last modified time | relevance | path

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

/external/linux-tools-perf/src/tools/perf/
Dbuiltin-script.c845 #define for_each_script(lang_path, lang_dir, script_dirent, script_next)\ argument
850 !is_directory(lang_path, &script_dirent)))
1000 char lang_path[MAXPATHLEN]; in list_available_scripts() local
1012 snprintf(lang_path, MAXPATHLEN, "%s/%s/bin", scripts_path, in list_available_scripts()
1014 lang_dir = opendir(lang_path); in list_available_scripts()
1018 for_each_script(lang_path, lang_dir, script_dirent, script_next) { in list_available_scripts()
1023 lang_path, script_dirent.d_name); in list_available_scripts()
1113 char scripts_path[MAXPATHLEN], lang_path[MAXPATHLEN]; in find_scripts() local
1132 snprintf(lang_path, MAXPATHLEN, "%s/%s", scripts_path, in find_scripts()
1135 if (strstr(lang_path, "perl")) in find_scripts()
[all …]