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

/linux-master/tools/perf/
H A Dbuiltin-script.c3854 char *rep_script_path = NULL; local
4083 rep_script_path = get_script_path(argv[1], REPORT_SUFFIX);
4084 if (!rep_script_path) {
4106 if (argc && !script_name && !rec_script_path && !rep_script_path) {
4112 rep_script_path = get_script_path(argv[0], REPORT_SUFFIX);
4114 if (!rec_script_path && !rep_script_path) {
4131 rep_args = has_required_arg(rep_script_path);
4202 __argv[j++] = rep_script_path;
4216 if (rep_script_path)
4217 script_path = rep_script_path;
[all...]

Completed in 154 milliseconds