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

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

Completed in 107 milliseconds