Home
last modified time | relevance | path

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

/linux-3.3/tools/perf/
Dbuiltin-script.c1128 char *rec_script_path = NULL; in cmd_script() local
1141 rec_script_path = get_script_path(argv[1], RECORD_SUFFIX); in cmd_script()
1142 if (!rec_script_path) in cmd_script()
1159 if (argc && !script_name && !rec_script_path && !rep_script_path) { in cmd_script()
1164 rec_script_path = get_script_path(argv[0], RECORD_SUFFIX); in cmd_script()
1167 if (!rec_script_path && !rep_script_path) { in cmd_script()
1217 __argv[j++] = rec_script_path; in cmd_script()
1252 if (rec_script_path) in cmd_script()
1253 script_path = rec_script_path; in cmd_script()
1260 if (!rec_script_path) in cmd_script()