script_opt       2549 tools/perf/ui/browsers/hists.c 	char *script_opt;
script_opt       2558 tools/perf/ui/browsers/hists.c 	script_opt = malloc(len);
script_opt       2559 tools/perf/ui/browsers/hists.c 	if (!script_opt)
script_opt       2562 tools/perf/ui/browsers/hists.c 	script_opt[0] = 0;
script_opt       2564 tools/perf/ui/browsers/hists.c 		n = scnprintf(script_opt, len, " -c %s ",
script_opt       2567 tools/perf/ui/browsers/hists.c 		n = scnprintf(script_opt, len, " -S %s ",
script_opt       2582 tools/perf/ui/browsers/hists.c 		n += snprintf(script_opt + n, len - n, " --time %s,%s", start, end);
script_opt       2585 tools/perf/ui/browsers/hists.c 	script_browse(script_opt, act->evsel);
script_opt       2586 tools/perf/ui/browsers/hists.c 	free(script_opt);
script_opt        172 tools/perf/ui/browsers/scripts.c int script_browse(const char *script_opt, struct evsel *evsel)
script_opt        184 tools/perf/ui/browsers/scripts.c 			script_opt ? script_opt : "",
script_opt        471 tools/perf/util/hist.h int script_browse(const char *script_opt, struct evsel *evsel);
script_opt        505 tools/perf/util/hist.h static inline int script_browse(const char *script_opt __maybe_unused,