Home
last modified time | relevance | path

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

/linux-6.12.1/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.12.1/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-data.c33 struct ui_browser b;
39 static struct annotated_data_browser *get_browser(struct ui_browser *uib) in get_browser()
214 static struct browser_entry *browser__prev_entry(struct ui_browser *uib, in browser__prev_entry()
237 static struct browser_entry *browser__next_entry(struct ui_browser *uib, in browser__next_entry()
263 static void browser__seek(struct ui_browser *uib, off_t offset, int whence) in browser__seek()
304 static unsigned int browser__refresh(struct ui_browser *uib) in browser__refresh()
334 static int browser__show(struct ui_browser *uib) in browser__show()
366 static void browser__write_overhead(struct ui_browser *uib, in browser__write_overhead()
387 static void browser__write(struct ui_browser *uib, void *entry, int row) in browser__write()
Dannotate.c25 struct ui_browser b;
34 static inline struct annotation *browser__annotation(struct ui_browser *browser) in browser__annotation()
40 static bool disasm_line__filter(struct ui_browser *browser __maybe_unused, void *entry) in disasm_line__filter()
46 static int ui_browser__jumps_percent_color(struct ui_browser *browser, int nr, bool current) in ui_browser__jumps_percent_color()
89 static void annotate_browser__write(struct ui_browser *browser, void *entry, int row) in annotate_browser__write()
149 static void annotate_browser__draw_current_jump(struct ui_browser *browser) in annotate_browser__draw_current_jump()
220 static unsigned int annotate_browser__refresh(struct ui_browser *browser) in annotate_browser__refresh()
414 static void annotate_browser__show_full_location(struct ui_browser *browser) in annotate_browser__show_full_location()
431 static void ui_browser__init_asm_mode(struct ui_browser *browser) in ui_browser__init_asm_mode()
657 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.h10 struct ui_browser b;
Dhists.c82 struct ui_browser *browser = &hb->b; in hist_browser__set_title_space()
106 struct ui_browser *browser = &hb->b; in hist_browser__update_rows()
128 static void hist_browser__refresh_dimensions(struct ui_browser *browser) in hist_browser__refresh_dimensions()
657 static void ui_browser__warn_lost_events(struct ui_browser *browser) in ui_browser__warn_lost_events()
1204 struct ui_browser *b;
1805 static void ui_browser__hists_init_top(struct ui_browser *browser) in ui_browser__hists_init_top()
1815 static unsigned int hist_browser__refresh(struct ui_browser *browser) in hist_browser__refresh()
1906 static void ui_browser__hists_seek(struct ui_browser *browser, in ui_browser__hists_seek()
3427 struct ui_browser b;
3434 static void perf_evsel_menu__write(struct ui_browser *browser, in perf_evsel_menu__write()
[all …]
/linux-6.12.1/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()