Searched defs:browser (Results 1 - 8 of 8) sorted by relevance

/linux-master/tools/perf/ui/browsers/
H A Dheader.c12 static void ui_browser__argv_write(struct ui_browser *browser, argument
H A Dmap.c25 static void map_browser__write(struct ui_browser *browser, void *nd, int row) argument
43 static u32 *symbol__browser_index(struct symbol *browser) argument
48 map_browser__search(struct map_browser *browser) argument
75 map_browser__run(struct map_browser *browser) argument
[all...]
H A Dannotate.c34 static inline struct annotation *browser__annotation(struct ui_browser *browser) argument
46 static int ui_browser__jumps_percent_color(struct ui_browser *browser, int nr, bool current) argument
59 static int ui_browser__set_jumps_percent_color(void *browser, int nr, bool current) argument
65 annotate_browser__set_color(void *browser, int color) argument
70 annotate_browser__write_graph(void *browser, int graph) argument
75 annotate_browser__set_percent_color(void *browser, double percent, bool current) argument
80 annotate_browser__printf(void *browser, const char *fmt, ...) argument
89 annotate_browser__write(struct ui_browser *browser, void *entry, int row) argument
149 annotate_browser__draw_current_jump(struct ui_browser *browser) argument
219 annotate_browser__refresh(struct ui_browser *browser) argument
247 disasm_rb_tree__insert(struct annotate_browser *browser, struct annotation_line *al) argument
268 annotate_browser__set_top(struct annotate_browser *browser, struct annotation_line *pos, u32 idx) argument
291 annotate_browser__set_rb_top(struct annotate_browser *browser, struct rb_node *nd) argument
303 annotate_browser__calc_percent(struct annotate_browser *browser, struct evsel *evsel) argument
347 annotate_browser__find_next_asm_line( struct annotate_browser *browser, struct annotation_line *al) argument
370 annotate_browser__toggle_source(struct annotate_browser *browser) argument
413 annotate_browser__show_full_location(struct ui_browser *browser) argument
430 ui_browser__init_asm_mode(struct ui_browser *browser) argument
454 annotate_browser__callq(struct annotate_browser *browser, struct evsel *evsel, struct hist_browser_timer *hbt) argument
489 annotate_browser__find_offset(struct annotate_browser *browser, s64 offset, s64 *idx) argument
506 annotate_browser__jump(struct annotate_browser *browser, struct evsel *evsel, struct hist_browser_timer *hbt) argument
535 annotate_browser__find_string(struct annotate_browser *browser, char *s, s64 *idx) argument
555 __annotate_browser__search(struct annotate_browser *browser) argument
572 annotate_browser__find_string_reverse(struct annotate_browser *browser, char *s, s64 *idx) argument
592 __annotate_browser__search_reverse(struct annotate_browser *browser) argument
608 annotate_browser__search_window(struct annotate_browser *browser, int delay_secs) argument
620 annotate_browser__search(struct annotate_browser *browser, int delay_secs) argument
628 annotate_browser__continue_search(struct annotate_browser *browser, int delay_secs) argument
637 annotate_browser__search_reverse(struct annotate_browser *browser, int delay_secs) argument
647 annotate_browser__continue_search_reverse(struct annotate_browser *browser, int delay_secs) argument
656 annotate_browser__show(struct ui_browser *browser, char *title, const char *help) argument
706 annotate_browser__run(struct annotate_browser *browser, struct evsel *evsel, struct hist_browser_timer *hbt) argument
951 struct annotate_browser browser = { local
[all...]
H A Dhists.c61 static int hist_browser__get_folding(struct hist_browser *browser) argument
81 struct ui_browser *browser = &hb->b; local
105 struct ui_browser *browser = &hb->b; local
127 hist_browser__refresh_dimensions(struct ui_browser *browser) argument
142 hist_browser__reset(struct hist_browser *browser) argument
396 hist_browser__selection_has_children(struct hist_browser *browser) argument
410 hist_browser__selection_unfolded(struct hist_browser *browser) argument
424 hist_browser__selection_sym_name(struct hist_browser *browser, char *bf, size_t size) argument
442 hist_browser__toggle_fold(struct hist_browser *browser) argument
602 __hist_browser__set_folding(struct hist_browser *browser, bool unfold) argument
634 hist_browser__set_folding(struct hist_browser *browser, bool unfold) argument
645 hist_browser__set_folding_selected(struct hist_browser *browser, bool unfold) argument
656 ui_browser__warn_lost_events(struct ui_browser *browser) argument
665 hist_browser__title(struct hist_browser *browser, char *bf, size_t size) argument
670 hist_browser__handle_hotkey(struct hist_browser *browser, bool warn_lost_event, char *title, size_t size, int key) argument
743 hist_browser__run(struct hist_browser *browser, const char *help, bool warn_lost_event, int key) argument
788 hist_browser__show_callchain_entry(struct hist_browser *browser, struct callchain_list *chain, const char *str, int offset, unsigned short row, struct callchain_print_arg *arg) argument
829 hist_browser__check_output_full(struct hist_browser *browser, unsigned short row) argument
843 hist_browser__show_callchain_list(struct hist_browser *browser, struct callchain_node *node, struct callchain_list *chain, unsigned short row, u64 total, bool need_percent, int offset, print_callchain_entry_fn print, struct callchain_print_arg *arg) argument
908 hist_browser__show_callchain_flat(struct hist_browser *browser, struct rb_root *root, unsigned short row, u64 total, u64 parent_total, print_callchain_entry_fn print, struct callchain_print_arg *arg, check_output_full_fn is_output_full) argument
986 hist_browser__folded_callchain_str(struct hist_browser *browser, struct callchain_list *chain, char *value_str, char *old_str) argument
1012 hist_browser__show_callchain_folded(struct hist_browser *browser, struct rb_root *root, unsigned short row, u64 total, u64 parent_total, print_callchain_entry_fn print, struct callchain_print_arg *arg, check_output_full_fn is_output_full) argument
1097 hist_browser__show_callchain_graph(struct hist_browser *browser, struct rb_root *root, int level, unsigned short row, u64 total, u64 parent_total, print_callchain_entry_fn print, struct callchain_print_arg *arg, check_output_full_fn is_output_full) argument
1163 hist_browser__show_callchain(struct hist_browser *browser, struct hist_entry *entry, int level, unsigned short row, print_callchain_entry_fn print, struct callchain_print_arg *arg, check_output_full_fn is_output_full) argument
1295 hist_browser__show_entry(struct hist_browser *browser, struct hist_entry *entry, unsigned short row) argument
1401 hist_browser__show_hierarchy_entry(struct hist_browser *browser, struct hist_entry *entry, unsigned short row, int level) argument
1567 hist_browser__show_no_entry(struct hist_browser *browser, unsigned short row, int level) argument
1643 hists_browser__scnprintf_headers(struct hist_browser *browser, char *buf, size_t size, int line) argument
1681 hists_browser__scnprintf_hierarchy_headers(struct hist_browser *browser, char *buf, size_t size) argument
1765 hists_browser__hierarchy_headers(struct hist_browser *browser) argument
1777 hists_browser__headers(struct hist_browser *browser) argument
1796 hist_browser__show_headers(struct hist_browser *browser) argument
1804 ui_browser__hists_init_top(struct ui_browser *browser) argument
1814 hist_browser__refresh(struct ui_browser *browser) argument
1905 ui_browser__hists_seek(struct ui_browser *browser, off_t offset, int whence) argument
2036 hist_browser__fprintf_callchain(struct hist_browser *browser, struct hist_entry *he, FILE *fp, int level) argument
2050 hist_browser__fprintf_entry(struct hist_browser *browser, struct hist_entry *he, FILE *fp) argument
2092 hist_browser__fprintf_hierarchy_entry(struct hist_browser *browser, struct hist_entry *he, FILE *fp, int level) argument
2150 hist_browser__fprintf(struct hist_browser *browser, FILE *fp) argument
2174 hist_browser__dump(struct hist_browser *browser) argument
2208 hist_browser__init(struct hist_browser *browser, struct hists *hists) argument
2242 struct hist_browser *browser = zalloc(sizeof(*browser)); local
2255 struct hist_browser *browser = hist_browser__new(evsel__hists(evsel)); local
2265 hist_browser__delete(struct hist_browser *browser) argument
2270 hist_browser__selected_entry(struct hist_browser *browser) argument
2275 hist_browser__selected_thread(struct hist_browser *browser) argument
2280 hist_browser__selected_res_sample(struct hist_browser *browser) argument
2291 hists_browser__scnprintf_title(struct hist_browser *browser, char *bf, size_t size) argument
2426 do_annotate(struct hist_browser *browser, struct popup_action *act) argument
2509 do_zoom_thread(struct hist_browser *browser, struct popup_action *act) argument
2545 add_thread_opt(struct hist_browser *browser, struct popup_action *act, char **optstr, struct thread *thread) argument
2571 hists_browser__zoom_map(struct hist_browser *browser, struct map *map) argument
2596 do_zoom_dso(struct hist_browser *browser, struct popup_action *act) argument
2602 add_dso_opt(struct hist_browser *browser, struct popup_action *act, char **optstr, struct map *map) argument
2618 do_toggle_callchain(struct hist_browser *browser, struct popup_action *act __maybe_unused) argument
2624 add_callchain_toggle_opt(struct hist_browser *browser, struct popup_action *act, char **optstr) argument
2649 add_map_opt(struct hist_browser *browser, struct popup_action *act, char **optstr, struct map *map) argument
2747 add_script_opt(struct hist_browser *browser, struct popup_action *act, char **optstr, struct thread *thread, struct symbol *sym, struct evsel *evsel) argument
2811 add_switch_opt(struct hist_browser *browser, struct popup_action *act, char **optstr) argument
2843 do_zoom_socket(struct hist_browser *browser, struct popup_action *act) argument
2864 add_socket_opt(struct hist_browser *browser, struct popup_action *act, char **optstr, int socket_id) argument
2946 struct hist_browser *browser = perf_evsel_browser__new(evsel, hbt, env); local
3403 perf_evsel_menu__write(struct ui_browser *browser, void *entry, int row) argument
3634 block_hists_browser__title(struct hist_browser *browser, char *bf, size_t size) argument
3653 struct hist_browser *browser; local
[all...]
/linux-master/tools/perf/ui/tui/
H A Dutil.c15 static void ui_browser__argv_write(struct ui_browser *browser, argument
/linux-master/tools/perf/ui/
H A Dbrowser.c20 static int ui_browser__percent_color(struct ui_browser *browser, argument
32 int ui_browser__set_color(struct ui_browser *browser, int color) argument
40 void ui_browser__set_percent_color(struct ui_browser *browser, argument
47 ui_browser__gotorc_title(struct ui_browser *browser, int y, int x) argument
52 ui_browser__gotorc(struct ui_browser *browser, int y, int x) argument
78 ui_browser__list_head_filter_entries(struct ui_browser *browser, struct list_head *pos) argument
91 ui_browser__list_head_filter_prev_entries(struct ui_browser *browser, struct list_head *pos) argument
103 ui_browser__list_head_seek(struct ui_browser *browser, off_t offset, int whence) argument
138 ui_browser__rb_tree_seek(struct ui_browser *browser, off_t offset, int whence) argument
168 ui_browser__rb_tree_refresh(struct ui_browser *browser) argument
189 ui_browser__is_current_entry(struct ui_browser *browser, unsigned row) argument
194 ui_browser__refresh_dimensions(struct ui_browser *browser) argument
203 ui_browser__handle_resize(struct ui_browser *browser) argument
210 ui_browser__warning(struct ui_browser *browser, int timeout, const char *format, ...) argument
236 ui_browser__help_window(struct ui_browser *browser, const char *text) argument
246 ui_browser__dialog_yesno(struct ui_browser *browser, const char *text) argument
256 ui_browser__reset_index(struct ui_browser *browser) argument
262 __ui_browser__show_title(struct ui_browser *browser, const char *title) argument
269 ui_browser__show_title(struct ui_browser *browser, const char *title) argument
276 ui_browser__show(struct ui_browser *browser, const char *title, const char *helpline, ...) argument
302 ui_browser__hide(struct ui_browser *browser) argument
310 ui_browser__scrollbar_set(struct ui_browser *browser) argument
332 __ui_browser__refresh(struct ui_browser *browser) argument
353 ui_browser__refresh(struct ui_browser *browser) argument
368 ui_browser__update_nr_entries(struct ui_browser *browser, u32 nr_entries) argument
386 ui_browser__run(struct ui_browser *browser, int delay_secs) argument
498 ui_browser__list_head_refresh(struct ui_browser *browser) argument
608 ui_browser__argv_seek(struct ui_browser *browser, off_t offset, int whence) argument
627 ui_browser__argv_refresh(struct ui_browser *browser) argument
653 __ui_browser__vline(struct ui_browser *browser, unsigned int column, u16 start, u16 end) argument
670 __ui_browser__line_arrow_up(struct ui_browser *browser, unsigned int column, u64 start, u64 end) argument
710 __ui_browser__line_arrow_down(struct ui_browser *browser, unsigned int column, u64 start, u64 end) argument
750 __ui_browser__line_arrow(struct ui_browser *browser, unsigned int column, u64 start, u64 end) argument
759 ui_browser__mark_fused(struct ui_browser *browser, unsigned int column, unsigned int row, int diff, bool arrow_down) argument
[all...]
/linux-master/tools/perf/
H A Dbuiltin-kvm.c532 static int kvm_browser__title(struct hist_browser *browser, argument
543 struct hist_browser *browser = hist_browser__new(hists); local
553 struct hist_browser *browser; local
[all...]
H A Dbuiltin-c2c.c2588 perf_c2c_cacheline_browser__title(struct hist_browser *browser, argument
2608 struct c2c_cacheline_browser *browser; local
2626 struct hist_browser *browser; local
2681 perf_c2c_browser__title(struct hist_browser *browser, char *bf, size_t size) argument
2695 struct hist_browser *browser = hist_browser__new(hists); local
2707 struct hist_browser *browser; local
[all...]

Completed in 214 milliseconds