Home
last modified time | relevance | path

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

/linux-6.6.21/tools/perf/ui/
Dbrowser.h17 struct ui_browser { struct
27 void (*refresh_dimensions)(struct ui_browser *browser); argument
28 unsigned int (*refresh)(struct ui_browser *browser); argument
29 void (*write)(struct ui_browser *browser, void *entry, int row); argument
30 void (*seek)(struct ui_browser *browser, off_t offset, int whence); 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,
40 bool ui_browser__is_current_entry(struct ui_browser *browser, unsigned row);
41 void ui_browser__refresh_dimensions(struct ui_browser *browser);
[all …]
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()
47 void ui_browser__gotorc_title(struct ui_browser *browser, int y, int x) in ui_browser__gotorc_title()
52 void ui_browser__gotorc(struct ui_browser *browser, int y, int x) in ui_browser__gotorc()
57 void ui_browser__write_nstring(struct ui_browser *browser __maybe_unused, const char *msg, in ui_browser__write_nstring()
63 void ui_browser__vprintf(struct ui_browser *browser __maybe_unused, const char *fmt, va_list args) in ui_browser__vprintf()
68 void ui_browser__printf(struct ui_browser *browser __maybe_unused, const char *fmt, ...) in ui_browser__printf()
78 ui_browser__list_head_filter_entries(struct ui_browser *browser, in ui_browser__list_head_filter_entries()
91 ui_browser__list_head_filter_prev_entries(struct ui_browser *browser, in ui_browser__list_head_filter_prev_entries()
[all …]
/linux-6.6.21/tools/perf/ui/browsers/
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()
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()
660 static int annotate_browser__show(struct ui_browser *browser, char *title, const char *help) in annotate_browser__show()
Dmap.c20 struct ui_browser b;
25 static void map_browser__write(struct ui_browser *browser, void *nd, int row) in map_browser__write()
Dhists.h11 struct ui_browser b;
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()
656 static void ui_browser__warn_lost_events(struct ui_browser *browser) in ui_browser__warn_lost_events()
1203 struct ui_browser *b;
1804 static void ui_browser__hists_init_top(struct ui_browser *browser) in ui_browser__hists_init_top()
1814 static unsigned int hist_browser__refresh(struct ui_browser *browser) in hist_browser__refresh()
1905 static void ui_browser__hists_seek(struct ui_browser *browser, in ui_browser__hists_seek()
3399 struct ui_browser b;
3407 static void perf_evsel_menu__write(struct ui_browser *browser, in perf_evsel_menu__write()
[all …]
/linux-6.6.21/tools/perf/ui/tui/
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()