Home
last modified time | relevance | path

Searched refs:hist_browser (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/tools/perf/ui/browsers/
Dhists.c23 struct hist_browser { struct
41 static void hist_browser__update_nr_entries(struct hist_browser *hb); argument
46 static bool hist_browser__has_filter(struct hist_browser *hb) in hist_browser__has_filter()
51 static int hist_browser__get_folding(struct hist_browser *browser) in hist_browser__get_folding()
69 static u32 hist_browser__nr_entries(struct hist_browser *hb) in hist_browser__nr_entries()
82 static void hist_browser__update_rows(struct hist_browser *hb) in hist_browser__update_rows()
99 struct hist_browser *hb = container_of(browser, struct hist_browser, b); in hist_browser__refresh_dimensions()
113 static void hist_browser__gotorc(struct hist_browser *browser, int row, int column) in hist_browser__gotorc()
120 static void hist_browser__reset(struct hist_browser *browser) in hist_browser__reset()
285 static bool hist_browser__toggle_fold(struct hist_browser *browser) in hist_browser__toggle_fold()
[all …]
/linux-4.1.27/tools/perf/
Dbuiltin-report.c378 int (*hist_browser)(struct perf_evlist *evlist, const char *help, in report__gtk_browse_hists() local
381 hist_browser = dlsym(perf_gtk_handle, "perf_evlist__gtk_browse_hists"); in report__gtk_browse_hists()
383 if (hist_browser == NULL) { in report__gtk_browse_hists()
388 return hist_browser(rep->session->evlist, help, NULL, rep->min_percent); in report__gtk_browse_hists()