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

/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-script.c976 char *script_root, *str; local
978 script_root = strdup(script_dirent->d_name);
979 if (!script_root)
982 str = (char *)ends_with(script_root, suffix);
984 free(script_root);
989 return script_root;
1003 char *script_root; local
1019 script_root = get_script_root(&script_dirent, REPORT_SUFFIX);
1020 if (script_root) {
1021 desc = script_desc__findnew(script_root);
1172 get_script_path(const char *script_root, const char *suffix) argument
[all...]

Completed in 73 milliseconds