Searched refs:lang_path (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/perf/ |
| H A D | builtin-script.c | 3497 #define for_each_script(lang_path, lang_dir, script_dirent) \ argument 3501 !is_directory(lang_path, script_dirent))) 3643 char *buf, *scripts_path, *script_path, *lang_path, *first_half; in list_available_scripts() local 3655 lang_path = buf + 2 * MAXPATHLEN; in list_available_scripts() 3671 scnprintf(lang_path, MAXPATHLEN, "%s/%s/bin", scripts_path, in list_available_scripts() 3673 lang_dir = opendir(lang_path); in list_available_scripts() 3677 for_each_script(lang_path, lang_dir, script_dirent) { in list_available_scripts() 3682 lang_path, script_dirent->d_name); in list_available_scripts() 3735 char lang_path[MAXPATHLEN]; in get_script_path() local 3745 scnprintf(lang_path, MAXPATHLEN, "%s/%s/bin", scripts_path, in get_script_path() [all …]
|