/external/linux-tools-perf/util/ui/browsers/ |
D | hists.c | 73 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 …]
|
D | map.c | 142 for (nd = rb_first(mb.b.entries); nd; nd = rb_next(nd)) { in map__browse()
|
D | annotate.c | 230 nd = rb_first(&self->entries); in annotate_browser__run()
|
/external/linux-tools-perf/util/ |
D | map.c | 82 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()
|
D | strlist.c | 176 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()
|
D | hist.c | 271 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()
|
D | strlist.h | 53 struct rb_node *rn = rb_first(&self->entries); in strlist__first()
|
D | symbol.c | 95 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 …]
|
D | thread.c | 133 for (nd = rb_first(&self->threads); nd; nd = rb_next(nd)) { in perf_session__fprintf()
|
D | top.c | 221 for (nd = rb_first(root); nd; nd = rb_next(nd)) { in perf_top__find_widths()
|
D | header.c | 205 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()
|
D | annotate.c | 476 node = rb_first(root); in print_summary()
|
/external/linux-tools-perf/ |
D | builtin-diff.c | 93 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()
|
D | builtin-test.c | 122 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()
|
D | builtin-annotate.c | 119 struct rb_node *nd = rb_first(&self->entries), *next; in hists__find_annotations()
|
D | builtin-kmem.c | 358 next = rb_first(root); in __print_result() 472 node = rb_first(root); in __sort_result()
|
D | builtin-report.c | 234 if (rb_first(&hists->entries) != rb_last(&hists->entries)) in perf_evlist__tty_browse_hists()
|
/external/kernel-headers/original/linux/ |
D | rbtree.h | 145 extern struct rb_node *rb_first(struct rb_root *);
|
/external/blktrace/ |
D | rbtree.h | 149 extern struct rb_node *rb_first(struct rb_root *);
|
D | rbtree.c | 292 struct rb_node *rb_first(struct rb_root *root) in rb_first() function
|
/external/linux-tools-perf/util/include/linux/added/ |
D | rbtree.h | 159 extern struct rb_node *rb_first(const struct rb_root *);
|
/external/linux-tools-perf/util/ui/ |
D | browser.c | 79 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/ |
D | rbtree.c | 357 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/ |
D | rb.h | 215 #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/ |
D | rb.h | 215 #define rb_first(a_type, a_field, a_tree, r_node) do { \ macro 701 rb_first(a_type, a_field, tree, ret); \
|