Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/
Dbuiltin-script.c1498 char *rep_script_path = NULL; in cmd_script() local
1599 rep_script_path = get_script_path(argv[1], REPORT_SUFFIX); in cmd_script()
1600 if (!rep_script_path) { in cmd_script()
1611 if (argc && !script_name && !rec_script_path && !rep_script_path) { in cmd_script()
1617 rep_script_path = get_script_path(argv[0], REPORT_SUFFIX); in cmd_script()
1619 if (!rec_script_path && !rep_script_path) { in cmd_script()
1630 rep_args = has_required_arg(rep_script_path); in cmd_script()
1701 __argv[j++] = rep_script_path; in cmd_script()
1715 if (rep_script_path) in cmd_script()
1716 script_path = rep_script_path; in cmd_script()