Home
last modified time | relevance | path

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

/linux-6.14.4/tools/perf/
Dbuiltin-script.c3664 char *rec_script_path = NULL; in cmd_script() local
3858 rec_script_path = get_script_path(argv[1], RECORD_SUFFIX); in cmd_script()
3859 if (!rec_script_path) in cmd_script()
3887 if (argc && !script_name && !rec_script_path && !rep_script_path) { in cmd_script()
3892 rec_script_path = get_script_path(argv[0], RECORD_SUFFIX); in cmd_script()
3895 if (!rec_script_path && !rep_script_path) { in cmd_script()
3956 __argv[j++] = rec_script_path; in cmd_script()
3995 if (rec_script_path) in cmd_script()
3996 script_path = rec_script_path; in cmd_script()
4003 if (!rec_script_path) in cmd_script()