ui_browser
void ui_browser__list_head_seek(struct ui_browser *browser, off_t offset, int whence)
void ui_browser__rb_tree_seek(struct ui_browser *browser, off_t offset, int whence)
unsigned int ui_browser__rb_tree_refresh(struct ui_browser *browser)
bool ui_browser__is_current_entry(struct ui_browser *browser, unsigned row)
void ui_browser__refresh_dimensions(struct ui_browser *browser)
static int ui_browser__percent_color(struct ui_browser *browser,
void ui_browser__handle_resize(struct ui_browser *browser)
int ui_browser__warning(struct ui_browser *browser, int timeout,
int ui_browser__warn_unhandled_hotkey(struct ui_browser *browser, int key, int timeout, const char *help)
int ui_browser__help_window(struct ui_browser *browser, const char *text)
bool ui_browser__dialog_yesno(struct ui_browser *browser, const char *text)
void ui_browser__reset_index(struct ui_browser *browser)
void __ui_browser__show_title(struct ui_browser *browser, const char *title)
void ui_browser__show_title(struct ui_browser *browser, const char *title)
int ui_browser__show(struct ui_browser *browser, const char *title,
void ui_browser__hide(struct ui_browser *browser)
int ui_browser__set_color(struct ui_browser *browser, int color)
static void ui_browser__scrollbar_set(struct ui_browser *browser)
static int __ui_browser__refresh(struct ui_browser *browser)
int ui_browser__refresh(struct ui_browser *browser)
void ui_browser__update_nr_entries(struct ui_browser *browser, u32 nr_entries)
int ui_browser__run(struct ui_browser *browser, int delay_secs)
void ui_browser__set_percent_color(struct ui_browser *browser,
void ui_browser__gotorc_title(struct ui_browser *browser, int y, int x)
unsigned int ui_browser__list_head_refresh(struct ui_browser *browser)
void ui_browser__gotorc(struct ui_browser *browser, int y, int x)
void ui_browser__write_nstring(struct ui_browser *browser __maybe_unused, const char *msg,
void ui_browser__argv_seek(struct ui_browser *browser, off_t offset, int whence)
void ui_browser__vprintf(struct ui_browser *browser __maybe_unused, const char *fmt, va_list args)
unsigned int ui_browser__argv_refresh(struct ui_browser *browser)
void __ui_browser__vline(struct ui_browser *browser, unsigned int column,
void ui_browser__write_graph(struct ui_browser *browser __maybe_unused,
void ui_browser__printf(struct ui_browser *browser __maybe_unused, const char *fmt, ...)
static void __ui_browser__line_arrow_up(struct ui_browser *browser,
static void __ui_browser__line_arrow_down(struct ui_browser *browser,
void __ui_browser__line_arrow(struct ui_browser *browser, unsigned int column,
void ui_browser__mark_fused(struct ui_browser *browser, unsigned int column,
ui_browser__list_head_filter_entries(struct ui_browser *browser,
ui_browser__list_head_filter_prev_entries(struct ui_browser *browser,
void (*refresh_dimensions)(struct ui_browser *browser);
unsigned int (*refresh)(struct ui_browser *browser);
void (*write)(struct ui_browser *browser, void *entry, int row);
void (*seek)(struct ui_browser *browser, off_t offset, int whence);
bool (*filter)(struct ui_browser *browser, void *entry);
int ui_browser__set_color(struct ui_browser *browser, int color);
void ui_browser__set_percent_color(struct ui_browser *browser,
bool ui_browser__is_current_entry(struct ui_browser *browser, unsigned row);
void ui_browser__refresh_dimensions(struct ui_browser *browser);
void ui_browser__reset_index(struct ui_browser *browser);
void ui_browser__gotorc_title(struct ui_browser *browser, int y, int x);
void ui_browser__gotorc(struct ui_browser *browser, int y, int x);
void ui_browser__write_nstring(struct ui_browser *browser, const char *msg,
void ui_browser__vprintf(struct ui_browser *browser, const char *fmt, va_list args);
void ui_browser__printf(struct ui_browser *browser, const char *fmt, ...);
void ui_browser__write_graph(struct ui_browser *browser, int graph);
void __ui_browser__line_arrow(struct ui_browser *browser, unsigned int column,
void ui_browser__mark_fused(struct ui_browser *browser, unsigned int column,
void __ui_browser__show_title(struct ui_browser *browser, const char *title);
void ui_browser__show_title(struct ui_browser *browser, const char *title);
int ui_browser__show(struct ui_browser *browser, const char *title,
void ui_browser__hide(struct ui_browser *browser);
int ui_browser__refresh(struct ui_browser *browser);
int ui_browser__run(struct ui_browser *browser, int delay_secs);
void ui_browser__update_nr_entries(struct ui_browser *browser, u32 nr_entries);
void ui_browser__handle_resize(struct ui_browser *browser);
void __ui_browser__vline(struct ui_browser *browser, unsigned int column,
int ui_browser__warning(struct ui_browser *browser, int timeout,
int ui_browser__warn_unhandled_hotkey(struct ui_browser *browser, int key, int timeout, const char *help);
int ui_browser__help_window(struct ui_browser *browser, const char *text);
bool ui_browser__dialog_yesno(struct ui_browser *browser, const char *text);
void ui_browser__argv_seek(struct ui_browser *browser, off_t offset, int whence);
unsigned int ui_browser__argv_refresh(struct ui_browser *browser);
void ui_browser__rb_tree_seek(struct ui_browser *browser, off_t offset, int whence);
unsigned int ui_browser__rb_tree_refresh(struct ui_browser *browser);
void ui_browser__list_head_seek(struct ui_browser *browser, off_t offset, int whence);
unsigned int ui_browser__list_head_refresh(struct ui_browser *browser);
static struct browser_entry *browser__prev_entry(struct ui_browser *uib,
static struct browser_entry *browser__next_entry(struct ui_browser *uib,
static void browser__seek(struct ui_browser *uib, off_t offset, int whence)
static unsigned int browser__refresh(struct ui_browser *uib)
struct ui_browser b;
static int browser__show(struct ui_browser *uib)
static void browser__write_overhead(struct ui_browser *uib,
static void browser__write(struct ui_browser *uib, void *entry, int row)
static struct annotated_data_browser *get_browser(struct ui_browser *uib)
static void annotate_browser__write(struct ui_browser *browser, void *entry, int row)
static void annotate_browser__draw_current_jump(struct ui_browser *browser)
static unsigned int annotate_browser__refresh(struct ui_browser *browser)
struct ui_browser b;
static void annotate_browser__show_full_location(struct ui_browser *browser)
static void ui_browser__init_asm_mode(struct ui_browser *browser)
struct ui_browser *b = &browser->b;
static inline struct annotation *browser__annotation(struct ui_browser *browser)
static bool disasm_line__filter(struct ui_browser *browser __maybe_unused, void *entry)
static int ui_browser__jumps_percent_color(struct ui_browser *browser, int nr, bool current)
static void ui_browser__argv_write(struct ui_browser *browser,
static int list_menu__run(struct ui_browser *menu)
struct ui_browser menu = {
struct ui_browser *browser = &hb->b;
struct ui_browser *b;
static void hist_browser__refresh_dimensions(struct ui_browser *browser)
static void ui_browser__hists_init_top(struct ui_browser *browser)
static unsigned int hist_browser__refresh(struct ui_browser *browser)
static void ui_browser__hists_seek(struct ui_browser *browser,
struct ui_browser b;
static void perf_evsel_menu__write(struct ui_browser *browser,
static bool filter_group_entries(struct ui_browser *browser __maybe_unused,
static void ui_browser__warn_lost_events(struct ui_browser *browser)
struct ui_browser *browser = &hb->b;
struct ui_browser b;
struct ui_browser b;
static void map_browser__write(struct ui_browser *browser, void *nd, int row)
static void ui_browser__argv_write(struct ui_browser *browser,
static int popup_menu__run(struct ui_browser *menu, int *keyp)
struct ui_browser menu = {