Home
last modified time | relevance | path

Searched defs:browser (Results 1 – 7 of 7) sorted by relevance

/tools/perf/ui/
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()
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()
103 void ui_browser__list_head_seek(struct ui_browser *browser, off_t offset, int whence) in ui_browser__list_head_seek()
138 void ui_browser__rb_tree_seek(struct ui_browser *browser, off_t offset, int whence) in ui_browser__rb_tree_seek()
168 unsigned int ui_browser__rb_tree_refresh(struct ui_browser *browser) in ui_browser__rb_tree_refresh()
[all …]
/tools/perf/ui/browsers/
Dannotate.c40 static inline struct annotation *browser__annotation(struct ui_browser *browser) in browser__annotation()
46 static bool disasm_line__filter(struct ui_browser *browser, void *entry) in disasm_line__filter()
53 static int ui_browser__jumps_percent_color(struct ui_browser *browser, int nr, bool current) in ui_browser__jumps_percent_color()
66 static int ui_browser__set_jumps_percent_color(void *browser, int nr, bool current) in ui_browser__set_jumps_percent_color()
72 static int annotate_browser__set_color(void *browser, int color) in annotate_browser__set_color()
77 static void annotate_browser__write_graph(void *browser, int graph) in annotate_browser__write_graph()
82 static void annotate_browser__set_percent_color(void *browser, double percent, bool current) in annotate_browser__set_percent_color()
87 static void annotate_browser__printf(void *browser, const char *fmt, ...) in annotate_browser__printf()
96 static void annotate_browser__write(struct ui_browser *browser, void *entry, int row) in annotate_browser__write()
147 static void annotate_browser__draw_current_jump(struct ui_browser *browser) in annotate_browser__draw_current_jump()
[all …]
Dhists.c61 static int hist_browser__get_folding(struct hist_browser *browser) in hist_browser__get_folding()
81 struct ui_browser *browser = &hb->b; in hist_browser__set_title_space() local
105 struct ui_browser *browser = &hb->b; in hist_browser__update_rows() local
127 static void hist_browser__refresh_dimensions(struct ui_browser *browser) in hist_browser__refresh_dimensions()
142 static void hist_browser__reset(struct hist_browser *browser) in hist_browser__reset()
396 static bool hist_browser__selection_has_children(struct hist_browser *browser) in hist_browser__selection_has_children()
410 static bool hist_browser__selection_unfolded(struct hist_browser *browser) in hist_browser__selection_unfolded()
424 static char *hist_browser__selection_sym_name(struct hist_browser *browser, char *bf, size_t size) in hist_browser__selection_sym_name()
442 static bool hist_browser__toggle_fold(struct hist_browser *browser) in hist_browser__toggle_fold()
602 __hist_browser__set_folding(struct hist_browser *browser, bool unfold) in __hist_browser__set_folding()
[all …]
Dmap.c25 static void map_browser__write(struct ui_browser *browser, void *nd, int row) in map_browser__write()
43 static u32 *symbol__browser_index(struct symbol *browser) in symbol__browser_index()
48 static int map_browser__search(struct map_browser *browser) in map_browser__search()
75 static int map_browser__run(struct map_browser *browser) in map_browser__run()
Dheader.c12 static void ui_browser__argv_write(struct ui_browser *browser, in ui_browser__argv_write()
/tools/perf/ui/tui/
Dutil.c15 static void ui_browser__argv_write(struct ui_browser *browser, in ui_browser__argv_write()
/tools/perf/
Dbuiltin-c2c.c2276 perf_c2c_cacheline_browser__title(struct hist_browser *browser, in perf_c2c_cacheline_browser__title()
2296 struct c2c_cacheline_browser *browser; in c2c_cacheline_browser__new() local
2314 struct hist_browser *browser; in perf_c2c__browse_cacheline() local
2369 static int perf_c2c_browser__title(struct hist_browser *browser, in perf_c2c_browser__title()
2383 struct hist_browser *browser = hist_browser__new(hists); in perf_c2c_browser__new() local
2395 struct hist_browser *browser; in perf_c2c__hists_browse() local