Home
last modified time | relevance | path

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

/tools/perf/ui/
Dbrowser.h14 struct ui_browser { struct
22 void (*refresh_dimensions)(struct ui_browser *browser); argument
23 unsigned int (*refresh)(struct ui_browser *browser); argument
24 void (*write)(struct ui_browser *browser, void *entry, int row); argument
25 void (*seek)(struct ui_browser *browser, off_t offset, int whence); argument
26 bool (*filter)(struct ui_browser *browser, void *entry); argument
32 int ui_browser__set_color(struct ui_browser *browser, int color); argument
33 void ui_browser__set_percent_color(struct ui_browser *browser,
35 bool ui_browser__is_current_entry(struct ui_browser *browser, unsigned row);
36 void ui_browser__refresh_dimensions(struct ui_browser *browser);
[all …]
Dbrowser.c17 static int ui_browser__percent_color(struct ui_browser *browser, in ui_browser__percent_color()
29 int ui_browser__set_color(struct ui_browser *browser, int color) in ui_browser__set_color()
37 void ui_browser__set_percent_color(struct ui_browser *browser, in ui_browser__set_percent_color()
44 void ui_browser__gotorc(struct ui_browser *browser, int y, int x) in ui_browser__gotorc()
49 void ui_browser__write_nstring(struct ui_browser *browser __maybe_unused, const char *msg, in ui_browser__write_nstring()
55 void ui_browser__printf(struct ui_browser *browser __maybe_unused, const char *fmt, ...) in ui_browser__printf()
65 ui_browser__list_head_filter_entries(struct ui_browser *browser, in ui_browser__list_head_filter_entries()
78 ui_browser__list_head_filter_prev_entries(struct ui_browser *browser, in ui_browser__list_head_filter_prev_entries()
90 void ui_browser__list_head_seek(struct ui_browser *browser, off_t offset, int whence) in ui_browser__list_head_seek()
125 void ui_browser__rb_tree_seek(struct ui_browser *browser, off_t offset, int whence) in ui_browser__rb_tree_seek()
[all …]
/tools/perf/ui/browsers/
Dheader.c11 static void ui_browser__argv_write(struct ui_browser *browser, in ui_browser__argv_write()
31 static int list_menu__run(struct ui_browser *menu) in list_menu__run()
83 struct ui_browser menu = { in ui__list_menu()
Dhists.h7 struct ui_browser b;
Dmap.c15 struct ui_browser b;
20 static void map_browser__write(struct ui_browser *browser, void *nd, int row) in map_browser__write()
Dscripts.c26 struct ui_browser b;
75 static void script_browser__write(struct ui_browser *browser, in script_browser__write()
Dannotate.c47 struct ui_browser b;
73 static bool disasm_line__filter(struct ui_browser *browser __maybe_unused, in disasm_line__filter()
112 static void annotate_browser__write(struct ui_browser *browser, void *entry, int row) in annotate_browser__write()
254 static void annotate_browser__draw_current_jump(struct ui_browser *browser) in annotate_browser__draw_current_jump()
291 static unsigned int annotate_browser__refresh(struct ui_browser *browser) in annotate_browser__refresh()
Dhists.c71 struct ui_browser *browser = &hb->b; in hist_browser__update_rows()
87 static void hist_browser__refresh_dimensions(struct ui_browser *browser) in hist_browser__refresh_dimensions()
567 static void ui_browser__warn_lost_events(struct ui_browser *browser) in ui_browser__warn_lost_events()
1079 struct ui_browser *b;
1675 static void ui_browser__hists_init_top(struct ui_browser *browser) in ui_browser__hists_init_top()
1685 static unsigned int hist_browser__refresh(struct ui_browser *browser) in hist_browser__refresh()
1778 static void ui_browser__hists_seek(struct ui_browser *browser, in ui_browser__hists_seek()
3072 struct ui_browser b;
3079 static void perf_evsel_menu__write(struct ui_browser *browser, in perf_evsel_menu__write()
3214 static bool filter_group_entries(struct ui_browser *browser __maybe_unused, in filter_group_entries()
/tools/perf/ui/tui/
Dutil.c16 static void ui_browser__argv_write(struct ui_browser *browser, in ui_browser__argv_write()
27 static int popup_menu__run(struct ui_browser *menu) in popup_menu__run()
61 struct ui_browser menu = { in ui__popup_menu()