script_path 2964 tools/perf/builtin-script.c char script_path[MAXPATHLEN]; script_path 2992 tools/perf/builtin-script.c scnprintf(script_path, MAXPATHLEN, "%s/%s", script_path 2994 tools/perf/builtin-script.c read_script_info(desc, script_path); script_path 3153 tools/perf/builtin-script.c char script_path[MAXPATHLEN]; script_path 3177 tools/perf/builtin-script.c scnprintf(script_path, MAXPATHLEN, "%s/%s", script_path 3179 tools/perf/builtin-script.c return strdup(script_path); script_path 3190 tools/perf/builtin-script.c static bool is_top_script(const char *script_path) script_path 3192 tools/perf/builtin-script.c return ends_with(script_path, "top") == NULL ? false : true; script_path 3195 tools/perf/builtin-script.c static int has_required_arg(char *script_path) script_path 3203 tools/perf/builtin-script.c if (read_script_info(desc, script_path)) script_path 3414 tools/perf/builtin-script.c char *script_path = NULL; script_path 3718 tools/perf/builtin-script.c script_path = rec_script_path; script_path 3720 tools/perf/builtin-script.c script_path = rep_script_path; script_path 3722 tools/perf/builtin-script.c if (script_path) { script_path 3742 tools/perf/builtin-script.c __argv[j++] = script_path;