Home
last modified time | relevance | path

Searched refs:ui_browser (Results 1 – 8 of 8) sorted by relevance

/linux-6.3-rc2/tools/perf/ui/
A Dbrowser.h17 struct ui_browser { struct
27 void (*refresh_dimensions)(struct ui_browser *browser); argument
28 unsigned int (*refresh)(struct ui_browser *browser); argument
31 bool (*filter)(struct ui_browser *browser, void *entry); argument
37 int ui_browser__set_color(struct ui_browser *browser, int color); argument
38 void ui_browser__set_percent_color(struct ui_browser *browser,
41 void ui_browser__refresh_dimensions(struct ui_browser *browser);
42 void ui_browser__reset_index(struct ui_browser *browser);
59 void ui_browser__hide(struct ui_browser *browser);
60 int ui_browser__refresh(struct ui_browser *browser);
[all …]
A Dbrowser.c20 static int ui_browser__percent_color(struct ui_browser *browser, in ui_browser__percent_color()
32 int ui_browser__set_color(struct ui_browser *browser, int color) in ui_browser__set_color()
40 void ui_browser__set_percent_color(struct ui_browser *browser, in ui_browser__set_percent_color()
52 void ui_browser__gotorc(struct ui_browser *browser, int y, int x) in ui_browser__gotorc()
78 ui_browser__list_head_filter_entries(struct ui_browser *browser, in ui_browser__list_head_filter_entries()
194 void ui_browser__refresh_dimensions(struct ui_browser *browser) in ui_browser__refresh_dimensions()
203 void ui_browser__handle_resize(struct ui_browser *browser) in ui_browser__handle_resize()
256 void ui_browser__reset_index(struct ui_browser *browser) in ui_browser__reset_index()
302 void ui_browser__hide(struct ui_browser *browser) in ui_browser__hide()
332 static int __ui_browser__refresh(struct ui_browser *browser) in __ui_browser__refresh()
[all …]
/linux-6.3-rc2/tools/perf/ui/browsers/
A Dheader.c12 static void ui_browser__argv_write(struct ui_browser *browser, in ui_browser__argv_write()
32 static int list_menu__run(struct ui_browser *menu) in list_menu__run()
84 struct ui_browser menu = { in ui__list_menu()
A Dannotate.c25 struct ui_browser b;
35 static inline struct annotation *browser__annotation(struct ui_browser *browser) in browser__annotation()
41 static bool disasm_line__filter(struct ui_browser *browser, void *entry) in disasm_line__filter()
48 static int ui_browser__jumps_percent_color(struct ui_browser *browser, int nr, bool current) in ui_browser__jumps_percent_color()
91 static void annotate_browser__write(struct ui_browser *browser, void *entry, int row) in annotate_browser__write()
151 static void annotate_browser__draw_current_jump(struct ui_browser *browser) in annotate_browser__draw_current_jump()
221 static unsigned int annotate_browser__refresh(struct ui_browser *browser) in annotate_browser__refresh()
417 static void annotate_browser__show_full_location(struct ui_browser *browser) in annotate_browser__show_full_location()
434 static void ui_browser__init_asm_mode(struct ui_browser *browser) in ui_browser__init_asm_mode()
659 static int annotate_browser__show(struct ui_browser *browser, char *title, const char *help) in annotate_browser__show()
A Dmap.c20 struct ui_browser b;
25 static void map_browser__write(struct ui_browser *browser, void *nd, int row) in map_browser__write()
A Dhists.h11 struct ui_browser b;
A Dhists.c81 struct ui_browser *browser = &hb->b; in hist_browser__set_title_space()
105 struct ui_browser *browser = &hb->b; in hist_browser__update_rows()
127 static void hist_browser__refresh_dimensions(struct ui_browser *browser) in hist_browser__refresh_dimensions()
666 static void ui_browser__warn_lost_events(struct ui_browser *browser) in ui_browser__warn_lost_events()
1213 struct ui_browser *b;
1814 static void ui_browser__hists_init_top(struct ui_browser *browser) in ui_browser__hists_init_top()
1824 static unsigned int hist_browser__refresh(struct ui_browser *browser) in hist_browser__refresh()
1915 static void ui_browser__hists_seek(struct ui_browser *browser, in ui_browser__hists_seek()
3404 struct ui_browser b;
3412 static void perf_evsel_menu__write(struct ui_browser *browser, in perf_evsel_menu__write()
[all …]
/linux-6.3-rc2/tools/perf/ui/tui/
A Dutil.c15 static void ui_browser__argv_write(struct ui_browser *browser, in ui_browser__argv_write()
26 static int popup_menu__run(struct ui_browser *menu, int *keyp) in popup_menu__run()
65 struct ui_browser menu = { in ui__popup_menu()

Completed in 17 milliseconds