Lines Matching defs:browser

53 static int hist_browser__get_folding(struct hist_browser *browser)  in hist_browser__get_folding()
86 struct ui_browser *browser = &hb->b; in hist_browser__update_rows() local
99 static void hist_browser__refresh_dimensions(struct ui_browser *browser) 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()
396 __hist_browser__set_folding(struct hist_browser *browser, bool unfold) in __hist_browser__set_folding()
410 static void hist_browser__set_folding(struct hist_browser *browser, bool unfold) in hist_browser__set_folding()
420 static void ui_browser__warn_lost_events(struct ui_browser *browser) in ui_browser__warn_lost_events()
429 static int hist_browser__run(struct hist_browser *browser, const char *help) in hist_browser__run()
525 static void hist_browser__show_callchain_entry(struct hist_browser *browser, in hist_browser__show_callchain_entry()
566 static bool hist_browser__check_output_full(struct hist_browser *browser, in hist_browser__check_output_full()
580 static int hist_browser__show_callchain(struct hist_browser *browser, in hist_browser__show_callchain()
756 static int hist_browser__show_entry(struct hist_browser *browser, in hist_browser__show_entry()
868 static int hists_browser__scnprintf_headers(struct hist_browser *browser, char *buf, size_t size) in hists_browser__scnprintf_headers()
901 static void hist_browser__show_headers(struct hist_browser *browser) in hist_browser__show_headers()
911 static void ui_browser__hists_init_top(struct ui_browser *browser) in ui_browser__hists_init_top()
921 static unsigned int hist_browser__refresh(struct ui_browser *browser) in hist_browser__refresh()
988 static void ui_browser__hists_seek(struct ui_browser *browser, in ui_browser__hists_seek()
1118 static int hist_browser__fprintf_callchain(struct hist_browser *browser, in hist_browser__fprintf_callchain()
1135 static int hist_browser__fprintf_entry(struct hist_browser *browser, in hist_browser__fprintf_entry()
1176 static int hist_browser__fprintf(struct hist_browser *browser, FILE *fp) in hist_browser__fprintf()
1192 static int hist_browser__dump(struct hist_browser *browser) in hist_browser__dump()
1230 struct hist_browser *browser = zalloc(sizeof(*browser)); in hist_browser__new() local
1246 static void hist_browser__delete(struct hist_browser *browser) in hist_browser__delete()
1251 static struct hist_entry *hist_browser__selected_entry(struct hist_browser *browser) in hist_browser__selected_entry()
1256 static struct thread *hist_browser__selected_thread(struct hist_browser *browser) in hist_browser__selected_thread()
1448 do_annotate(struct hist_browser *browser, struct popup_action *act) in do_annotate()
1496 do_zoom_thread(struct hist_browser *browser, struct popup_action *act) in do_zoom_thread()
1520 add_thread_opt(struct hist_browser *browser, struct popup_action *act, in add_thread_opt()
1538 do_zoom_dso(struct hist_browser *browser, struct popup_action *act) in do_zoom_dso()
1563 add_dso_opt(struct hist_browser *browser, struct popup_action *act, in add_dso_opt()
1659 add_switch_opt(struct hist_browser *browser, in add_switch_opt()
1691 do_zoom_socket(struct hist_browser *browser, struct popup_action *act) in do_zoom_socket()
1709 add_socket_opt(struct hist_browser *browser, struct popup_action *act, in add_socket_opt()
1751 struct hist_browser *browser = hist_browser__new(hists, hbt, env); in perf_evsel__hists_browse() local
2107 static void perf_evsel_menu__write(struct ui_browser *browser, in perf_evsel_menu__write()