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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/ui/
H A Dbrowser.h15 struct ui_browser { struct
21 unsigned int (*refresh)(struct ui_browser *self);
22 void (*write)(struct ui_browser *self, void *entry, int row);
23 void (*seek)(struct ui_browser *self, off_t offset, int whence);
29 bool ui_browser__is_current_entry(struct ui_browser *self, unsigned row);
30 void ui_browser__refresh_dimensions(struct ui_browser *self);
31 void ui_browser__reset_index(struct ui_browser *self);
33 int ui_browser__show(struct ui_browser *self, const char *title,
35 void ui_browser__hide(struct ui_browser *self);
36 int ui_browser__refresh(struct ui_browser *sel
[all...]
H A Dbrowser.c43 void ui_browser__list_head_seek(struct ui_browser *self, off_t offset, int whence)
73 void ui_browser__rb_tree_seek(struct ui_browser *self, off_t offset, int whence)
103 unsigned int ui_browser__rb_tree_refresh(struct ui_browser *self)
124 bool ui_browser__is_current_entry(struct ui_browser *self, unsigned row)
129 void ui_browser__refresh_dimensions(struct ui_browser *self)
143 void ui_browser__reset_index(struct ui_browser *self)
149 int ui_browser__show(struct ui_browser *self, const char *title,
185 void ui_browser__hide(struct ui_browser *self)
193 int ui_browser__refresh(struct ui_browser *self)
206 int ui_browser__run(struct ui_browser *sel
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/ui/browsers/
H A Dmap.c48 struct ui_browser b;
54 static void map_browser__write(struct ui_browser *self, void *nd, int row)
H A Dannotate.c18 struct ui_browser b;
35 static void annotate_browser__write(struct ui_browser *self, void *entry, int row)
H A Dhists.c21 struct ui_browser b;
505 static unsigned int hist_browser__refresh(struct ui_browser *self)
554 static void ui_browser__hists_seek(struct ui_browser *self,

Completed in 107 milliseconds