Home
last modified time | relevance | path

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

/linux-3.3/tools/perf/util/ui/
Dbrowser.h14 struct ui_browser { struct
21 unsigned int (*refresh)(struct ui_browser *self); argument
22 void (*write)(struct ui_browser *self, void *entry, int row); argument
23 void (*seek)(struct ui_browser *self, off_t offset, int whence); argument
24 bool (*filter)(struct ui_browser *self, void *entry); argument
30 void ui_browser__set_color(struct ui_browser *self, int color); argument