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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/
H A Dbuiltin-trace.c454 char *script_root; local
471 script_root = strdup(script_dirent.d_name);
472 str = ends_with(script_root, REPORT_SUFFIX);
475 desc = script_desc__findnew(script_root);
480 free(script_root);
495 static char *get_script_path(const char *script_root, const char *suffix) argument
523 if (strcmp(__script_root, script_root))

Completed in 70 milliseconds