Searched refs:script_opt (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.4/tools/perf/ui/browsers/ | 
| D | scripts.c | 172 int script_browse(const char *script_opt, struct evsel *evsel)  in script_browse()  argument184 			script_opt ? script_opt : "",  in script_browse()
 
 | 
| D | hists.c | 2549 	char *script_opt;  in do_run_script()  local2558 	script_opt = malloc(len);  in do_run_script()
 2559 	if (!script_opt)  in do_run_script()
 2562 	script_opt[0] = 0;  in do_run_script()
 2564 		n = scnprintf(script_opt, len, " -c %s ",  in do_run_script()
 2567 		n = scnprintf(script_opt, len, " -S %s ",  in do_run_script()
 2582 		n += snprintf(script_opt + n, len - n, " --time %s,%s", start, end);  in do_run_script()
 2585 	script_browse(script_opt, act->evsel);  in do_run_script()
 2586 	free(script_opt);  in do_run_script()
 
 | 
| /Linux-v5.4/tools/perf/util/ | 
| D | hist.h | 471 int script_browse(const char *script_opt, struct evsel *evsel);505 static inline int script_browse(const char *script_opt __maybe_unused,  in script_browse()
 
 |