Lines Matching defs:browser
62 static int hist_browser__get_folding(struct hist_browser *browser) in hist_browser__get_folding()
82 struct ui_browser *browser = &hb->b; in hist_browser__set_title_space() local
106 struct ui_browser *browser = &hb->b; in hist_browser__update_rows() local
128 static void hist_browser__refresh_dimensions(struct ui_browser *browser) in hist_browser__refresh_dimensions()
143 static void hist_browser__reset(struct hist_browser *browser) in hist_browser__reset()
397 static bool hist_browser__selection_has_children(struct hist_browser *browser) in hist_browser__selection_has_children()
411 static bool hist_browser__selection_unfolded(struct hist_browser *browser) in hist_browser__selection_unfolded()
425 static char *hist_browser__selection_sym_name(struct hist_browser *browser, char *bf, size_t size) in hist_browser__selection_sym_name()
443 static bool hist_browser__toggle_fold(struct hist_browser *browser) in hist_browser__toggle_fold()
603 __hist_browser__set_folding(struct hist_browser *browser, bool unfold) in __hist_browser__set_folding()
635 static void hist_browser__set_folding(struct hist_browser *browser, bool unfold) in hist_browser__set_folding()
646 static void hist_browser__set_folding_selected(struct hist_browser *browser, bool unfold) in hist_browser__set_folding_selected()
657 static void ui_browser__warn_lost_events(struct ui_browser *browser) in ui_browser__warn_lost_events()
666 static int hist_browser__title(struct hist_browser *browser, char *bf, size_t size) in hist_browser__title()
671 static int hist_browser__handle_hotkey(struct hist_browser *browser, bool warn_lost_event, char *ti… in hist_browser__handle_hotkey()
744 int hist_browser__run(struct hist_browser *browser, const char *help, in hist_browser__run()
789 static void hist_browser__show_callchain_entry(struct hist_browser *browser, in hist_browser__show_callchain_entry()
830 static bool hist_browser__check_output_full(struct hist_browser *browser, in hist_browser__check_output_full()
844 static int hist_browser__show_callchain_list(struct hist_browser *browser, in hist_browser__show_callchain_list()
909 static int hist_browser__show_callchain_flat(struct hist_browser *browser, in hist_browser__show_callchain_flat()
987 static char *hist_browser__folded_callchain_str(struct hist_browser *browser, in hist_browser__folded_callchain_str()
1013 static int hist_browser__show_callchain_folded(struct hist_browser *browser, in hist_browser__show_callchain_folded()
1098 static int hist_browser__show_callchain_graph(struct hist_browser *browser, in hist_browser__show_callchain_graph()
1164 static int hist_browser__show_callchain(struct hist_browser *browser, in hist_browser__show_callchain()
1329 static int hist_browser__show_entry(struct hist_browser *browser, in hist_browser__show_entry()
1435 static int hist_browser__show_hierarchy_entry(struct hist_browser *browser, in hist_browser__show_hierarchy_entry()
1601 static int hist_browser__show_no_entry(struct hist_browser *browser, in hist_browser__show_no_entry()
1677 hists_browser__scnprintf_headers(struct hist_browser *browser, char *buf, in hists_browser__scnprintf_headers()
1715 static int hists_browser__scnprintf_hierarchy_headers(struct hist_browser *browser, in hists_browser__scnprintf_hierarchy_headers()
1803 static void hists_browser__hierarchy_headers(struct hist_browser *browser) in hists_browser__hierarchy_headers()
1819 static void hists_browser__headers(struct hist_browser *browser) in hists_browser__headers()
1838 static void hist_browser__show_headers(struct hist_browser *browser) in hist_browser__show_headers()
1846 static void ui_browser__hists_init_top(struct ui_browser *browser) in ui_browser__hists_init_top()
1856 static unsigned int hist_browser__refresh(struct ui_browser *browser) in hist_browser__refresh()
1947 static void ui_browser__hists_seek(struct ui_browser *browser, in ui_browser__hists_seek()
2078 static int hist_browser__fprintf_callchain(struct hist_browser *browser, in hist_browser__fprintf_callchain()
2092 static int hist_browser__fprintf_entry(struct hist_browser *browser, in hist_browser__fprintf_entry()
2134 static int hist_browser__fprintf_hierarchy_entry(struct hist_browser *browser, in hist_browser__fprintf_hierarchy_entry()
2192 static int hist_browser__fprintf(struct hist_browser *browser, FILE *fp) in hist_browser__fprintf()
2216 static int hist_browser__dump(struct hist_browser *browser) in hist_browser__dump()
2250 void hist_browser__init(struct hist_browser *browser, in hist_browser__init()
2284 struct hist_browser *browser = zalloc(sizeof(*browser)); in hist_browser__new() local
2297 struct hist_browser *browser = hist_browser__new(evsel__hists(evsel)); in perf_evsel_browser__new() local
2307 void hist_browser__delete(struct hist_browser *browser) in hist_browser__delete()
2312 static struct hist_entry *hist_browser__selected_entry(struct hist_browser *browser) in hist_browser__selected_entry()
2317 static struct thread *hist_browser__selected_thread(struct hist_browser *browser) in hist_browser__selected_thread()
2322 static struct res_sample *hist_browser__selected_res_sample(struct hist_browser *browser) in hist_browser__selected_res_sample()
2333 static int hists_browser__scnprintf_title(struct hist_browser *browser, char *bf, size_t size) in hists_browser__scnprintf_title()
2467 do_annotate(struct hist_browser *browser, struct popup_action *act) in do_annotate()
2549 do_annotate_type(struct hist_browser *browser, struct popup_action *act __maybe_unused) in do_annotate_type()
2573 do_zoom_thread(struct hist_browser *browser, struct popup_action *act) in do_zoom_thread()
2609 add_thread_opt(struct hist_browser *browser, struct popup_action *act, in add_thread_opt()
2635 static int hists_browser__zoom_map(struct hist_browser *browser, struct map *map) in hists_browser__zoom_map()
2660 do_zoom_dso(struct hist_browser *browser, struct popup_action *act) in do_zoom_dso()
2666 add_dso_opt(struct hist_browser *browser, struct popup_action *act, in add_dso_opt()
2682 static int do_toggle_callchain(struct hist_browser *browser, struct popup_action *act __maybe_unuse… in do_toggle_callchain()
2688 static int add_callchain_toggle_opt(struct hist_browser *browser, struct popup_action *act, char **… in add_callchain_toggle_opt()
2713 add_map_opt(struct hist_browser *browser, in add_map_opt()
2728 do_run_script(struct hist_browser *browser, in do_run_script()
2773 do_res_sample_script(struct hist_browser *browser, in do_res_sample_script()
2809 add_script_opt(struct hist_browser *browser, in add_script_opt()
2869 add_switch_opt(struct hist_browser *browser, in add_switch_opt()
2901 do_zoom_socket(struct hist_browser *browser, struct popup_action *act) in do_zoom_socket()
2922 add_socket_opt(struct hist_browser *browser, struct popup_action *act, in add_socket_opt()
3004 struct hist_browser *browser = perf_evsel_browser__new(evsel, hbt, env); in evsel__hists_browse() local
3462 static void perf_evsel_menu__write(struct ui_browser *browser, in perf_evsel_menu__write()
3694 static int block_hists_browser__title(struct hist_browser *browser, char *bf, in block_hists_browser__title()
3713 struct hist_browser *browser; in block_hists_tui_browse() local