Searched refs:hist_browser (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/tools/perf/ui/browsers/ |
D | hists.c | 22 struct hist_browser { struct 43 static void hist_browser__update_nr_entries(struct hist_browser *hb); argument 48 static bool hist_browser__has_filter(struct hist_browser *hb) in hist_browser__has_filter() 53 static int hist_browser__get_folding(struct hist_browser *browser) in hist_browser__get_folding() 71 static u32 hist_browser__nr_entries(struct hist_browser *hb) in hist_browser__nr_entries() 84 static void hist_browser__update_rows(struct hist_browser *hb) in hist_browser__update_rows() 101 struct hist_browser *hb = container_of(browser, struct hist_browser, b); in hist_browser__refresh_dimensions() 115 static void hist_browser__gotorc(struct hist_browser *browser, int row, int column) in hist_browser__gotorc() 122 static void hist_browser__reset(struct hist_browser *browser) in hist_browser__reset() 294 static bool hist_browser__toggle_fold(struct hist_browser *browser) in hist_browser__toggle_fold() [all …]
|
/linux-4.4.14/tools/perf/ |
D | builtin-report.c | 419 int (*hist_browser)(struct perf_evlist *evlist, const char *help, in report__gtk_browse_hists() local 422 hist_browser = dlsym(perf_gtk_handle, "perf_evlist__gtk_browse_hists"); in report__gtk_browse_hists() 424 if (hist_browser == NULL) { in report__gtk_browse_hists() 429 return hist_browser(rep->session->evlist, help, NULL, rep->min_percent); in report__gtk_browse_hists()
|