HomeSort by relevance Sort by last modified time
    Searched refs:ui_browser (Results 1 - 7 of 7) sorted by null

  /external/linux-tools-perf/perf-3.12.0/tools/perf/ui/
browser.h 16 struct ui_browser { struct
24 unsigned int (*refresh)(struct ui_browser *self);
25 void (*write)(struct ui_browser *self, void *entry, int row);
26 void (*seek)(struct ui_browser *self, off_t offset, int whence);
27 bool (*filter)(struct ui_browser *self, void *entry);
33 int ui_browser__set_color(struct ui_browser *browser, int color);
34 void ui_browser__set_percent_color(struct ui_browser *self,
36 bool ui_browser__is_current_entry(struct ui_browser *self, unsigned row);
37 void ui_browser__refresh_dimensions(struct ui_browser *self);
38 void ui_browser__reset_index(struct ui_browser *self)
    [all...]
browser.c 17 static int ui_browser__percent_color(struct ui_browser *browser,
29 int ui_browser__set_color(struct ui_browser *browser, int color)
37 void ui_browser__set_percent_color(struct ui_browser *browser,
44 void ui_browser__gotorc(struct ui_browser *browser, int y, int x)
50 ui_browser__list_head_filter_entries(struct ui_browser *browser,
63 ui_browser__list_head_filter_prev_entries(struct ui_browser *browser,
75 void ui_browser__list_head_seek(struct ui_browser *browser, off_t offset, int whence)
110 void ui_browser__rb_tree_seek(struct ui_browser *browser, off_t offset, int whence)
140 unsigned int ui_browser__rb_tree_refresh(struct ui_browser *browser)
161 bool ui_browser__is_current_entry(struct ui_browser *browser, unsigned row
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/ui/browsers/
map.c 16 struct ui_browser b;
21 static void map_browser__write(struct ui_browser *self, void *nd, int row)
scripts.c 26 struct ui_browser b;
75 static void script_browser__write(struct ui_browser *browser,
hists.c 22 struct ui_browser b;
304 static void ui_browser__warn_lost_events(struct ui_browser *browser)
585 struct ui_browser *b;
794 static void ui_browser__hists_init_top(struct ui_browser *browser)
804 static unsigned int hist_browser__refresh(struct ui_browser *browser)
870 static void ui_browser__hists_seek(struct ui_browser *browser,
    [all...]
annotate.c 37 struct ui_browser b;
62 static bool disasm_line__filter(struct ui_browser *browser __maybe_unused,
92 static void annotate_browser__write(struct ui_browser *browser, void *entry, int row)
210 static void annotate_browser__draw_current_jump(struct ui_browser *browser)
249 static unsigned int annotate_browser__refresh(struct ui_browser *browser)
  /external/linux-tools-perf/perf-3.12.0/tools/perf/ui/tui/
util.c 16 static void ui_browser__argv_write(struct ui_browser *browser,
27 static int popup_menu__run(struct ui_browser *menu)
61 struct ui_browser menu = {

Completed in 82 milliseconds