Home
last modified time | relevance | path

Searched refs:script_browse (Results 1 – 4 of 4) sorted by relevance

/linux/tools/perf/ui/browsers/
H A Dscripts.c346 int script_browse(const char *script_opt, struct evsel *evsel) in script_browse() function
H A Dannotate.c897 script_browse(NULL, NULL); in annotate_browser__run()
H A Dhists.c2767 script_browse(script_opt, hists_to_evsel(browser->hists)); in do_run_script()
/linux/tools/perf/util/
H A Dhist.h725 int script_browse(const char *script_opt, struct evsel *evsel);
759 static inline int script_browse(const char *script_opt __maybe_unused, in script_browse() function