Home | History | Annotate | Download | only in perf

Lines Matching full:script_name

20 static char const		*script_name;
707 script_name = strdup(script);
1345 if (argc && !script_name && !rec_script_path && !rep_script_path) {
1486 if (!script_name)
1499 if (!script_name && !generate_script_lang)
1545 if (script_name) {
1546 err = scripting_ops->start_script(script_name, argc, argv);
1549 pr_debug("perf script started with script %s\n\n", script_name);