Searched defs:ui_browser (Results 1 - 1 of 1) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/
H A Dbrowser.h16 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 *sel
[all...]

Completed in 231 milliseconds