Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-script.c3172 static char *get_script_path(const char *script_root, const char *suffix) in get_script_path() function
3633 rec_script_path = get_script_path(argv[1], RECORD_SUFFIX); in cmd_script()
3639 rep_script_path = get_script_path(argv[1], REPORT_SUFFIX); in cmd_script()
3667 rec_script_path = get_script_path(argv[0], RECORD_SUFFIX); in cmd_script()
3668 rep_script_path = get_script_path(argv[0], REPORT_SUFFIX); in cmd_script()