Home
last modified time | relevance | path

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

/linux-4.1.27/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()
50 ui_browser__list_head_filter_entries(struct ui_browser *browser, in ui_browser__list_head_filter_entries()
63 ui_browser__list_head_filter_prev_entries(struct ui_browser *browser, in ui_browser__list_head_filter_prev_entries()
75 void ui_browser__list_head_seek(struct ui_browser *browser, off_t offset, int whence) in ui_browser__list_head_seek()
110 void ui_browser__rb_tree_seek(struct ui_browser *browser, off_t offset, int whence) in ui_browser__rb_tree_seek()
140 unsigned int ui_browser__rb_tree_refresh(struct ui_browser *browser) in ui_browser__rb_tree_refresh()
161 bool ui_browser__is_current_entry(struct ui_browser *browser, unsigned row) in ui_browser__is_current_entry()
[all …]
/linux-4.1.27/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()
Dmap.c16 struct ui_browser b;
21 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()
Dhists.c24 struct ui_browser b;
84 struct ui_browser *browser = &hb->b; in hist_browser__update_rows()
97 static void hist_browser__refresh_dimensions(struct ui_browser *browser) in hist_browser__refresh_dimensions()
400 static void ui_browser__warn_lost_events(struct ui_browser *browser) in ui_browser__warn_lost_events()
646 struct ui_browser *b;
888 static void ui_browser__hists_init_top(struct ui_browser *browser) in ui_browser__hists_init_top()
898 static unsigned int hist_browser__refresh(struct ui_browser *browser) in hist_browser__refresh()
963 static void ui_browser__hists_seek(struct ui_browser *browser, in ui_browser__hists_seek()
1820 struct ui_browser b;
1827 static void perf_evsel_menu__write(struct ui_browser *browser, in perf_evsel_menu__write()
[all …]
Dannotate.c38 struct ui_browser b;
63 static bool disasm_line__filter(struct ui_browser *browser __maybe_unused, in disasm_line__filter()
93 static void annotate_browser__write(struct ui_browser *browser, void *entry, int row) in annotate_browser__write()
215 static void annotate_browser__draw_current_jump(struct ui_browser *browser) in annotate_browser__draw_current_jump()
254 static unsigned int annotate_browser__refresh(struct ui_browser *browser) in annotate_browser__refresh()
/linux-4.1.27/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()