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

/linux-master/tools/perf/
H A Dbuiltin-script.c3323 char *script_root, *str; local
3325 script_root = strdup(script_dirent->d_name);
3326 if (!script_root)
3329 str = (char *)ends_with(script_root, suffix);
3331 free(script_root);
3336 return script_root;
3347 char *script_root; local
3379 script_root = get_script_root(script_dirent, REPORT_SUFFIX);
3380 if (script_root) {
3381 desc = script_desc__findnew(script_root);
3568 get_script_path(const char *script_root, const char *suffix) argument
[all...]

Completed in 203 milliseconds