Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/ui/browsers/
H A Dscripts.c346 int script_browse(const char *script_opt, struct evsel *evsel) in script_browse() argument
358 script_opt ? script_opt : "", in script_browse()
H A Dhists.c2701 char *script_opt; in do_run_script() local
2710 script_opt = malloc(len); in do_run_script()
2711 if (!script_opt) in do_run_script()
2714 script_opt[0] = 0; in do_run_script()
2716 n = scnprintf(script_opt, len, " -c %s ", in do_run_script()
2719 n = scnprintf(script_opt, len, " -S %s ", in do_run_script()
2734 n += snprintf(script_opt + n, len - n, " --time %s,%s", start, end); in do_run_script()
2737 script_browse(script_opt, act->evsel); in do_run_script()
2738 free(script_opt); in do_run_script()
/linux-6.15/tools/perf/util/
H A Dhist.h701 int script_browse(const char *script_opt, struct evsel *evsel);
735 static inline int script_browse(const char *script_opt __maybe_unused, in script_browse()