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

/linux-master/tools/perf/
H A Dbuiltin-script.c3568 static char *get_script_path(const char *script_root, const char *suffix) function
4077 rec_script_path = get_script_path(argv[1], RECORD_SUFFIX);
4083 rep_script_path = get_script_path(argv[1], REPORT_SUFFIX);
4111 rec_script_path = get_script_path(argv[0], RECORD_SUFFIX);
4112 rep_script_path = get_script_path(argv[0], REPORT_SUFFIX);

Completed in 204 milliseconds