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

/linux-master/tools/perf/
H A Dbuiltin-script.c3853 char *rec_script_path = NULL; local
4077 rec_script_path = get_script_path(argv[1], RECORD_SUFFIX);
4078 if (!rec_script_path)
4106 if (argc && !script_name && !rec_script_path && !rep_script_path) {
4111 rec_script_path = get_script_path(argv[0], RECORD_SUFFIX);
4114 if (!rec_script_path && !rep_script_path) {
4175 __argv[j++] = rec_script_path;
4214 if (rec_script_path)
4215 script_path = rec_script_path;
4222 if (!rec_script_path)
[all...]

Completed in 121 milliseconds