Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/
H A Dbuiltin-script.c3300 char *script_root, *str; in get_script_root() local
3302 script_root = strdup(script_dirent->d_name); in get_script_root()
3303 if (!script_root) in get_script_root()
3306 str = (char *)ends_with(script_root, suffix); in get_script_root()
3308 free(script_root); in get_script_root()
3313 return script_root; in get_script_root()
3324 char *script_root; in list_available_scripts() local
3357 if (script_root) { in list_available_scripts()
3358 desc = script_desc__findnew(script_root); in list_available_scripts()
3362 free(script_root); in list_available_scripts()
[all …]