rec_script_path  3406 tools/perf/builtin-script.c 	char *rec_script_path = NULL;
rec_script_path  3593 tools/perf/builtin-script.c 		rec_script_path = get_script_path(argv[1], RECORD_SUFFIX);
rec_script_path  3594 tools/perf/builtin-script.c 		if (!rec_script_path)
rec_script_path  3615 tools/perf/builtin-script.c 	if (argc && !script_name && !rec_script_path && !rep_script_path) {
rec_script_path  3620 tools/perf/builtin-script.c 		rec_script_path = get_script_path(argv[0], RECORD_SUFFIX);
rec_script_path  3623 tools/perf/builtin-script.c 		if (!rec_script_path && !rep_script_path) {
rec_script_path  3678 tools/perf/builtin-script.c 			__argv[j++] = rec_script_path;
rec_script_path  3717 tools/perf/builtin-script.c 	if (rec_script_path)
rec_script_path  3718 tools/perf/builtin-script.c 		script_path = rec_script_path;
rec_script_path  3725 tools/perf/builtin-script.c 		if (!rec_script_path)