Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/ui/browsers/
Dscripts.c107 int script_browse(const char *script_opt) in script_browse() argument
141 if (script_opt) in script_browse()
142 strcat(cmd, script_opt); in script_browse()
Dhists.c1431 char script_opt[64]; in perf_evsel__hists_browse() local
1790 memset(script_opt, 0, 64); in perf_evsel__hists_browse()
1793 sprintf(script_opt, " -c %s ", thread__comm_str(browser->he_selection->thread)); in perf_evsel__hists_browse()
1796 sprintf(script_opt, " -S %s ", browser->he_selection->ms.sym->name); in perf_evsel__hists_browse()
1798 script_browse(script_opt); in perf_evsel__hists_browse()
/linux-4.1.27/tools/perf/util/
Dhist.h316 int script_browse(const char *script_opt);
341 static inline int script_browse(const char *script_opt __maybe_unused) in script_browse()