Home | History | Annotate | Download | only in perf

Lines Matching refs:script_path

999 	char script_path[MAXPATHLEN];
1022 snprintf(script_path, MAXPATHLEN, "%s/%s",
1024 read_script_info(desc, script_path);
1176 char script_path[MAXPATHLEN];
1200 snprintf(script_path, MAXPATHLEN, "%s/%s",
1202 return strdup(script_path);
1213 static bool is_top_script(const char *script_path)
1215 return ends_with(script_path, "top") == NULL ? false : true;
1218 static int has_required_arg(char *script_path)
1226 if (read_script_info(desc, script_path))
1266 char *script_path = NULL;
1448 script_path = rec_script_path;
1450 script_path = rep_script_path;
1452 if (script_path) {
1472 __argv[j++] = script_path;