Home
last modified time | relevance | path

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

/external/linux-tools-perf/
Dbuiltin-script.c840 char *script_root; in list_available_scripts() local
857 script_root = strdup(script_dirent.d_name); in list_available_scripts()
858 str = (char *)ends_with(script_root, REPORT_SUFFIX); in list_available_scripts()
861 desc = script_desc__findnew(script_root); in list_available_scripts()
866 free(script_root); in list_available_scripts()
881 static char *get_script_path(const char *script_root, const char *suffix) in get_script_path() argument
909 if (strcmp(__script_root, script_root)) in get_script_path()