Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/
Dbuiltin-script.c3407 char *rep_script_path = NULL; in cmd_script() local
3599 rep_script_path = get_script_path(argv[1], REPORT_SUFFIX); in cmd_script()
3600 if (!rep_script_path) { in cmd_script()
3620 if (argc && !script_name && !rec_script_path && !rep_script_path) { in cmd_script()
3626 rep_script_path = get_script_path(argv[0], REPORT_SUFFIX); in cmd_script()
3628 if (!rec_script_path && !rep_script_path) { in cmd_script()
3639 rep_args = has_required_arg(rep_script_path); in cmd_script()
3710 __argv[j++] = rep_script_path; in cmd_script()
3724 if (rep_script_path) in cmd_script()
3725 script_path = rep_script_path; in cmd_script()