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.c502 char *str, *__script_root; local
519 __script_root = strdup(script_dirent.d_name);
520 str = ends_with(__script_root, suffix);
523 if (strcmp(__script_root, script_root))
528 free(__script_root);
531 free(__script_root);

Completed in 31 milliseconds