Home
last modified time | relevance | path

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

/Linux-v5.15/tools/perf/
Dbuiltin-script.c3632 char *rec_script_path = NULL; in cmd_script() local
3840 rec_script_path = get_script_path(argv[1], RECORD_SUFFIX); in cmd_script()
3841 if (!rec_script_path) in cmd_script()
3869 if (argc && !script_name && !rec_script_path && !rep_script_path) { in cmd_script()
3874 rec_script_path = get_script_path(argv[0], RECORD_SUFFIX); in cmd_script()
3877 if (!rec_script_path && !rep_script_path) { in cmd_script()
3938 __argv[j++] = rec_script_path; in cmd_script()
3977 if (rec_script_path) in cmd_script()
3978 script_path = rec_script_path; in cmd_script()
3985 if (!rec_script_path) in cmd_script()