Searched defs:browser (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/tools/perf/ui/ |
H A D | browser.c | 20 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 …]
|
/openbmc/linux/tools/perf/ui/browsers/ |
H A D | annotate.c | 34 static inline struct annotation *browser__annotation(struct ui_browser *browser) in browser__annotation() 40 static bool disasm_line__filter(struct ui_browser *browser, void *entry) in disasm_line__filter() 47 static int ui_browser__jumps_percent_color(struct ui_browser *browser, int nr, bool current) in ui_browser__jumps_percent_color() 60 static int ui_browser__set_jumps_percent_color(void *browser, int nr, bool current) in ui_browser__set_jumps_percent_color() 66 static int annotate_browser__set_color(void *browser, int color) in annotate_browser__set_color() 71 static void annotate_browser__write_graph(void *browser, int graph) in annotate_browser__write_graph() 76 static void annotate_browser__set_percent_color(void *browser, double percent, bool current) in annotate_browser__set_percent_color() 81 static void annotate_browser__printf(void *browser, const char *fmt, ...) in annotate_browser__printf() 90 static void annotate_browser__write(struct ui_browser *browser, void *entry, int row) in annotate_browser__write() 150 static void annotate_browser__draw_current_jump(struct ui_browser *browser) in annotate_browser__draw_current_jump() [all …]
|
H A D | hists.c | 61 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 …]
|
H A D | map.c | 25 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()
|
H A D | header.c | 12 static void ui_browser__argv_write(struct ui_browser *browser, in ui_browser__argv_write()
|
/openbmc/linux/tools/perf/ui/tui/ |
H A D | util.c | 15 static void ui_browser__argv_write(struct ui_browser *browser, in ui_browser__argv_write()
|
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/ |
H A D | selenium_helpers_base.py | 32 def create_selenium_driver(cls,browser='chrome'): argument
|
/openbmc/linux/tools/perf/ |
H A D | builtin-c2c.c | 2588 perf_c2c_cacheline_browser__title(struct hist_browser *browser, in perf_c2c_cacheline_browser__title() 2608 struct c2c_cacheline_browser *browser; in c2c_cacheline_browser__new() local 2626 struct hist_browser *browser; in perf_c2c__browse_cacheline() local 2681 static int perf_c2c_browser__title(struct hist_browser *browser, in perf_c2c_browser__title() 2695 struct hist_browser *browser = hist_browser__new(hists); in perf_c2c_browser__new() local 2707 struct hist_browser *browser; in perf_c2c__hists_browse() local
|
H A D | builtin-kvm.c | 532 static int kvm_browser__title(struct hist_browser *browser, in kvm_browser__title() 543 struct hist_browser *browser = hist_browser__new(hists); in perf_kvm_browser__new() local 553 struct hist_browser *browser; in kvm__hists_browse() local
|