Symbol: browser_entry
tools/perf/ui/browsers/annotate-data.c
121
struct browser_entry *bracket;
tools/perf/ui/browsers/annotate-data.c
145
struct browser_entry *entry;
tools/perf/ui/browsers/annotate-data.c
171
struct browser_entry *pos, *tmp;
tools/perf/ui/browsers/annotate-data.c
180
static struct browser_entry *get_first_child(struct browser_entry *entry)
tools/perf/ui/browsers/annotate-data.c
185
return list_first_entry(&entry->children, struct browser_entry, node);
tools/perf/ui/browsers/annotate-data.c
188
static struct browser_entry *get_last_child(struct browser_entry *entry)
tools/perf/ui/browsers/annotate-data.c
193
return list_last_entry(&entry->children, struct browser_entry, node);
tools/perf/ui/browsers/annotate-data.c
196
static bool is_first_child(struct browser_entry *entry)
tools/perf/ui/browsers/annotate-data.c
205
static bool is_last_child(struct browser_entry *entry)
tools/perf/ui/browsers/annotate-data.c
214
static struct browser_entry *browser__prev_entry(struct ui_browser *uib,
tools/perf/ui/browsers/annotate-data.c
215
struct browser_entry *entry)
tools/perf/ui/browsers/annotate-data.c
218
struct browser_entry *first;
tools/perf/ui/browsers/annotate-data.c
220
first = list_first_entry(&browser->entries, struct browser_entry, node);
tools/perf/ui/browsers/annotate-data.c
237
static struct browser_entry *browser__next_entry(struct ui_browser *uib,
tools/perf/ui/browsers/annotate-data.c
238
struct browser_entry *entry)
tools/perf/ui/browsers/annotate-data.c
241
struct browser_entry *last;
tools/perf/ui/browsers/annotate-data.c
243
last = list_last_entry(&browser->entries, struct browser_entry, node);
tools/perf/ui/browsers/annotate-data.c
25
struct browser_entry *parent;
tools/perf/ui/browsers/annotate-data.c
266
struct browser_entry *entry;
tools/perf/ui/browsers/annotate-data.c
307
struct browser_entry *entry, *next;
tools/perf/ui/browsers/annotate-data.c
35
struct browser_entry *curr;
tools/perf/ui/browsers/annotate-data.c
390
struct browser_entry *be = entry;
tools/perf/ui/browsers/annotate-data.c
446
struct browser_entry *entry,
tools/perf/ui/browsers/annotate-data.c
449
struct browser_entry *child;
tools/perf/ui/browsers/annotate-data.c
466
struct browser_entry *entry,
tools/perf/ui/browsers/annotate-data.c
469
struct browser_entry *child;
tools/perf/ui/browsers/annotate-data.c
492
struct browser_entry *curr = browser->curr;
tools/perf/ui/browsers/annotate-data.c
493
struct browser_entry *parent;
tools/perf/ui/browsers/annotate-data.c
52
struct browser_entry *entry,
tools/perf/ui/browsers/annotate-data.c
77
struct browser_entry *parent,
tools/perf/ui/browsers/annotate-data.c
83
struct browser_entry *entry;