Searched refs:lang_path (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/perf/ |
| H A D | builtin-script.c | 3514 #define for_each_script(lang_path, lang_dir, script_dirent) \ argument 3518 !is_directory(lang_path, script_dirent))) 3660 char *buf, *scripts_path, *script_path, *lang_path, *first_half; in list_available_scripts() local 3672 lang_path = buf + 2 * MAXPATHLEN; in list_available_scripts() 3688 scnprintf(lang_path, MAXPATHLEN, "%s/%s/bin", scripts_path, in list_available_scripts() 3690 lang_dir = opendir(lang_path); in list_available_scripts() 3694 for_each_script(lang_path, lang_dir, script_dirent) { in list_available_scripts() 3699 lang_path, script_dirent->d_name); in list_available_scripts() 3752 char lang_path[MAXPATHLEN]; in get_script_path() local 3762 scnprintf(lang_path, MAXPATHLEN, "%s/%s/bin", scripts_path, in get_script_path() [all …]
|