Searched refs:script_opt (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/tools/perf/ui/browsers/ |
H A D | scripts.c | 172 int script_browse(const char *script_opt, struct evsel *evsel) in script_browse() argument 184 script_opt ? script_opt : "", in script_browse()
|
H A D | hists.c | 2667 char *script_opt; in do_run_script() local 2676 script_opt = malloc(len); in do_run_script() 2677 if (!script_opt) in do_run_script() 2680 script_opt[0] = 0; in do_run_script() 2682 n = scnprintf(script_opt, len, " -c %s ", in do_run_script() 2685 n = scnprintf(script_opt, len, " -S %s ", in do_run_script() 2700 n += snprintf(script_opt + n, len - n, " --time %s,%s", start, end); in do_run_script() 2703 script_browse(script_opt, act->evsel); in do_run_script() 2704 free(script_opt); in do_run_script()
|
/openbmc/linux/tools/perf/util/ |
H A D | hist.h | 483 int script_browse(const char *script_opt, struct evsel *evsel); 517 static inline int script_browse(const char *script_opt __maybe_unused, in script_browse()
|