Home
last modified time | relevance | path

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

/linux/tools/perf/ui/browsers/
H A Dscripts.c178 char scripts_path[PATH_MAX]; in find_scripts() local
180 snprintf(scripts_path, sizeof(scripts_path), "%s/scripts", exec_path); in find_scripts()
181 scripts_dir_fd = open(scripts_path, O_DIRECTORY); in find_scripts()
182 pr_err("Failed to open directory '%s'", scripts_path); in find_scripts()
/linux/tools/perf/
H A Dbuiltin-script.c3529 #define for_each_lang(scripts_path, scripts_dir, lang_dirent) \
3533 is_directory(scripts_path, lang_dirent))) && \ in script_desc__new()
3683 char *buf, *scripts_path, *script_path, *lang_path, *first_half; in list_available_scripts()
3693 scripts_path = buf; in list_available_scripts()
3698 snprintf(scripts_path, MAXPATHLEN, "%s/scripts", get_argv_exec_path()); in list_available_scripts()
3700 scripts_dir = opendir(scripts_path); in list_available_scripts()
3705 scripts_path); in list_available_scripts()
3710 for_each_lang(scripts_path, scripts_dir, lang_dirent) { in list_available_scripts()
3711 scnprintf(lang_path, MAXPATHLEN, "%s/%s/bin", scripts_path, in list_available_scripts()
3772 char scripts_path[MAXPATHLE in get_script_path()
3506 for_each_lang(scripts_path,scripts_dir,lang_dirent) global() argument
3660 char *buf, *scripts_path, *script_path, *lang_path, *first_half; list_available_scripts() local
3749 char scripts_path[MAXPATHLEN]; get_script_path() local
[all...]