Searched refs:hist_browser (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/tools/perf/ui/browsers/ |
D | hists.h | 10 struct hist_browser { struct 30 int (*title)(struct hist_browser *browser, argument 34 struct hist_browser *hist_browser__new(struct hists *hists); 35 void hist_browser__delete(struct hist_browser *browser); 36 int hist_browser__run(struct hist_browser *browser, const char *help, 38 void hist_browser__init(struct hist_browser *browser,
|
D | hists.c | 50 static int hists_browser__scnprintf_title(struct hist_browser *browser, char *bf, size_t size); 51 static void hist_browser__update_nr_entries(struct hist_browser *hb); 56 static bool hist_browser__has_filter(struct hist_browser *hb) in hist_browser__has_filter() 61 static int hist_browser__get_folding(struct hist_browser *browser) in hist_browser__get_folding() 79 static void hist_browser__set_title_space(struct hist_browser *hb) in hist_browser__set_title_space() 88 static u32 hist_browser__nr_entries(struct hist_browser *hb) in hist_browser__nr_entries() 103 static void hist_browser__update_rows(struct hist_browser *hb) in hist_browser__update_rows() 129 struct hist_browser *hb = container_of(browser, struct hist_browser, b); in hist_browser__refresh_dimensions() 142 static void hist_browser__reset(struct hist_browser *browser) in hist_browser__reset() 272 static int hierarchy_count_rows(struct hist_browser *hb, struct hist_entry *he, in hierarchy_count_rows() [all …]
|
/Linux-v6.6/tools/perf/ |
D | builtin-kvm.c | 516 static void kvm_browser__update_nr_entries(struct hist_browser *hb) in kvm_browser__update_nr_entries() 532 static int kvm_browser__title(struct hist_browser *browser, in kvm_browser__title() 540 static struct hist_browser* 543 struct hist_browser *browser = hist_browser__new(hists); in perf_kvm_browser__new() 553 struct hist_browser *browser; in kvm__hists_browse()
|
D | builtin-c2c.c | 2565 static void c2c_browser__update_nr_entries(struct hist_browser *hb) in c2c_browser__update_nr_entries() 2583 struct hist_browser hb; 2588 perf_c2c_cacheline_browser__title(struct hist_browser *browser, in perf_c2c_cacheline_browser__title() 2626 struct hist_browser *browser; in perf_c2c__browse_cacheline() 2681 static int perf_c2c_browser__title(struct hist_browser *browser, in perf_c2c_browser__title() 2692 static struct hist_browser* 2695 struct hist_browser *browser = hist_browser__new(hists); in perf_c2c_browser__new() 2707 struct hist_browser *browser; in perf_c2c__hists_browse()
|
D | builtin-report.c | 635 int (*hist_browser)(struct evlist *evlist, const char *help, in report__gtk_browse_hists() local 638 hist_browser = dlsym(perf_gtk_handle, "evlist__gtk_browse_hists"); in report__gtk_browse_hists() 640 if (hist_browser == NULL) { in report__gtk_browse_hists() 645 return hist_browser(rep->session->evlist, help, NULL, rep->min_percent); in report__gtk_browse_hists()
|