Home
last modified time | relevance | path

Searched refs:rb_first (Results 1 – 25 of 32) sorted by relevance

12

/external/linux-tools-perf/util/ui/browsers/
Dhists.c73 for (nd = rb_first(&self->rb_root); nd; nd = rb_next(nd)) { in callchain_node__count_rows_rb_tree()
115 for (nd = rb_first(chain); nd; nd = rb_next(nd)) { in callchain__count_rows()
134 struct rb_node *nd = rb_first(&self->rb_root); in callchain_node__init_have_children_rb_tree()
136 for (nd = rb_first(&self->rb_root); nd; nd = rb_next(nd)) { in callchain_node__init_have_children_rb_tree()
169 for (nd = rb_first(self); nd; nd = rb_next(nd)) { in callchain__init_have_children()
211 for (nd = rb_first(&self->rb_root); nd; nd = rb_next(nd)) { in callchain_node__set_folding_rb_tree()
252 for (nd = rb_first(chain); nd; nd = rb_next(nd)) { in callchain__set_folding()
278 for (nd = rb_first(&self->entries); nd; nd = rb_next(nd)) { in hists__set_folding()
379 node = rb_first(&chain_node->rb_root); in hist_browser__show_callchain_node_rb_tree()
515 for (nd = rb_first(chain); nd; nd = rb_next(nd)) { in hist_browser__show_callchain()
[all …]
Dmap.c142 for (nd = rb_first(mb.b.entries); nd; nd = rb_next(nd)) { in map__browse()
Dannotate.c230 nd = rb_first(&self->entries); in annotate_browser__run()
/external/linux-tools-perf/util/
Dmap.c82 struct rb_node *nd = rb_first(symbols); in map__fixup_start()
235 struct rb_node *next = rb_first(self); in maps__delete()
272 struct rb_node *next = rb_first(root); in map_groups__flush()
312 for (nd = rb_first(&self->maps[type]); nd; nd = rb_next(nd)) { in map_groups__find_symbol_by_name()
332 for (nd = rb_first(&self->maps[type]); nd; nd = rb_next(nd)) { in __map_groups__fprintf_maps()
391 struct rb_node *next = rb_first(root); in map_groups__fixup_overlappings()
462 for (nd = rb_first(&parent->maps[type]); nd; nd = rb_next(nd)) { in map_groups__clone()
667 for (nd = rb_first(self); nd; nd = rb_next(nd)) { in machines__process()
Dstrlist.c176 struct rb_node *next = rb_first(&self->entries); in strlist__delete()
192 for (nd = rb_first(&self->entries); nd; nd = rb_next(nd)) { in strlist__entry()
Dhist.c271 next = rb_first(&self->entries); in hists__collapse_resort()
327 next = rb_first(&self->entries); in hists__output_resort()
438 node = rb_first(&self->rb_root); in __callchain__fprintf_graph()
567 rb_node = rb_first(&self->sorted_chain); in hist_entry_callchain__fprintf()
846 for (nd = rb_first(&self->entries); nd; nd = rb_next(nd)) { in hists__fprintf()
930 for (nd = rb_first(&self->entries); nd; nd = rb_next(nd)) { in hists__filter_by_dso()
953 for (nd = rb_first(&self->entries); nd; nd = rb_next(nd)) { in hists__filter_by_thread()
Dstrlist.h53 struct rb_node *rn = rb_first(&self->entries); in strlist__first()
Dsymbol.c95 struct rb_node *nd, *prevnd = rb_first(symbols); in symbols__fixup_end()
119 struct rb_node *nd, *prevnd = rb_first(&mg->maps[type]); in __map_groups__fixup_end()
230 struct rb_node *next = rb_first(symbols); in symbols__delete()
330 for (nd = rb_first(source); nd; nd = rb_next(nd)) { in symbols__sort_by_name()
413 for (nd = rb_first(&dso->symbol_names[type]); nd; nd = rb_next(nd)) { in dso__fprintf_symbols_by_name()
432 for (nd = rb_first(&dso->symbols[type]); nd; nd = rb_next(nd)) { in dso__fprintf()
576 struct rb_node *next = rb_first(root); in dso__split_kallsyms()
1625 for (nd = rb_first(&mg->maps[type]); nd; nd = rb_next(nd)) { in map_groups__find_by_name()
2137 for (nd = rb_first(machines); nd; nd = rb_next(nd)) { in machines__fprintf_dsos()
2174 for (nd = rb_first(machines); nd; nd = rb_next(nd)) { in machines__fprintf_dsos_buildid()
[all …]
Dthread.c133 for (nd = rb_first(&self->threads); nd; nd = rb_next(nd)) { in perf_session__fprintf()
Dtop.c221 for (nd = rb_first(root); nd; nd = rb_next(nd)) { in perf_top__find_widths()
Dheader.c205 for (nd = rb_first(&session->machines); nd; nd = rb_next(nd)) { in dsos__write_buildid_table()
358 for (nd = rb_first(&session->machines); nd; nd = rb_next(nd)) { in perf_session__cache_build_ids()
377 for (nd = rb_first(&session->machines); nd; nd = rb_next(nd)) { in perf_session__read_build_ids()
Dannotate.c476 node = rb_first(root); in print_summary()
/external/linux-tools-perf/
Dbuiltin-diff.c93 struct rb_node *next = rb_first(&self->entries); in hists__resort_entries()
137 for (nd = rb_first(&newer->entries); nd; nd = rb_next(nd)) { in hists__match()
Dbuiltin-test.c122 for (nd = rb_first(&vmlinux_map->dso->symbols[type]); nd; nd = rb_next(nd)) { in test__vmlinux_matches_kallsyms()
186 for (nd = rb_first(&vmlinux.kmaps.maps[type]); nd; nd = rb_next(nd)) { in test__vmlinux_matches_kallsyms()
206 for (nd = rb_first(&vmlinux.kmaps.maps[type]); nd; nd = rb_next(nd)) { in test__vmlinux_matches_kallsyms()
227 for (nd = rb_first(&kallsyms.kmaps.maps[type]); in test__vmlinux_matches_kallsyms()
Dbuiltin-annotate.c119 struct rb_node *nd = rb_first(&self->entries), *next; in hists__find_annotations()
Dbuiltin-kmem.c358 next = rb_first(root); in __print_result()
472 node = rb_first(root); in __sort_result()
Dbuiltin-report.c234 if (rb_first(&hists->entries) != rb_last(&hists->entries)) in perf_evlist__tty_browse_hists()
/external/kernel-headers/original/linux/
Drbtree.h145 extern struct rb_node *rb_first(struct rb_root *);
/external/blktrace/
Drbtree.h149 extern struct rb_node *rb_first(struct rb_root *);
Drbtree.c292 struct rb_node *rb_first(struct rb_root *root) in rb_first() function
/external/linux-tools-perf/util/include/linux/added/
Drbtree.h159 extern struct rb_node *rb_first(const struct rb_root *);
/external/linux-tools-perf/util/ui/
Dbrowser.c79 nd = rb_first(root); in ui_browser__rb_tree_seek()
108 self->top = rb_first(self->entries); in ui_browser__rb_tree_refresh()
/external/linux-tools-perf/util/added/
Drbtree.c357 struct rb_node *rb_first(const struct rb_root *root) in rb_first() function
368 EXPORT_SYMBOL(rb_first);
/external/chromium_org/third_party/jemalloc/chromium/
Drb.h215 #define rb_first(a_type, a_field, a_tree, r_node) do { \ macro
701 rb_first(a_type, a_field, tree, ret); \
/external/chromium_org/third_party/jemalloc/vendor/
Drb.h215 #define rb_first(a_type, a_field, a_tree, r_node) do { \ macro
701 rb_first(a_type, a_field, tree, ret); \

12