/external/linux-tools-perf/src/tools/perf/tests/ |
D | vmlinux-kallsyms.c | 120 for (nd = rb_first(&vmlinux_map->dso->symbols[type]); nd; nd = rb_next(nd)) { in test__vmlinux_matches_kallsyms() 197 for (nd = rb_first(&vmlinux.kmaps.maps[type]); nd; nd = rb_next(nd)) { in test__vmlinux_matches_kallsyms() 217 for (nd = rb_first(&vmlinux.kmaps.maps[type]); nd; nd = rb_next(nd)) { in test__vmlinux_matches_kallsyms() 241 for (nd = rb_first(&kallsyms.kmaps.maps[type]); in test__vmlinux_matches_kallsyms()
|
D | hists_link.c | 291 node = rb_first(root); in __validate_match() 343 node = rb_first(root); in __validate_link() 415 node = rb_first(root); in print_hists()
|
/external/linux-tools-perf/src/tools/perf/util/ |
D | map.c | 132 struct rb_node *nd = rb_first(symbols); in map__fixup_start() 283 struct rb_node *next = rb_first(maps); in maps__delete() 320 struct rb_node *next = rb_first(root); in map_groups__flush() 360 for (nd = rb_first(&mg->maps[type]); nd; nd = rb_next(nd)) { in map_groups__find_symbol_by_name() 380 for (nd = rb_first(&mg->maps[type]); nd; nd = rb_next(nd)) { in __map_groups__fprintf_maps() 439 struct rb_node *next = rb_first(root); in map_groups__fixup_overlappings() 510 for (nd = rb_first(&parent->maps[type]); nd; nd = rb_next(nd)) { in map_groups__clone() 567 struct rb_node *first = rb_first(maps); in maps__first()
|
D | rblist.c | 86 struct rb_node *pos, *next = rb_first(&rblist->entries); in rblist__delete() 101 for (node = rb_first(&rblist->entries); node; node = rb_next(node)) { in rblist__entry()
|
D | hist.c | 167 struct rb_node *next = rb_first(&hists->entries); in hists__output_recalc_col_len() 246 struct rb_node *next = rb_first(&hists->entries); in hists__decay_entries() 611 next = rb_first(root); in hists__collapse_resort() 731 next = rb_first(root); in hists__output_resort() 785 for (nd = rb_first(&hists->entries); nd; nd = rb_next(nd)) { in hists__filter_by_dso() 818 for (nd = rb_first(&hists->entries); nd; nd = rb_next(nd)) { in hists__filter_by_thread() 849 for (nd = rb_first(&hists->entries); nd; nd = rb_next(nd)) { in hists__filter_by_symbol() 963 for (nd = rb_first(root); nd; nd = rb_next(nd)) { in hists__match() 988 for (nd = rb_first(root); nd; nd = rb_next(nd)) { in hists__link()
|
D | symbol.c | 146 nd = rb_first(symbols); in symbols__fixup_duplicate() 172 struct rb_node *nd, *prevnd = rb_first(symbols); in symbols__fixup_end() 196 struct rb_node *nd, *prevnd = rb_first(&mg->maps[type]); in __map_groups__fixup_end() 281 struct rb_node *next = rb_first(symbols); in symbols__delete() 335 struct rb_node *n = rb_first(symbols); in symbols__first() 373 for (nd = rb_first(source); nd; nd = rb_next(nd)) { in symbols__sort_by_name() 438 for (nd = rb_first(&dso->symbol_names[type]); nd; nd = rb_next(nd)) { in dso__fprintf_symbols_by_name() 562 struct rb_node *next = rb_first(root); in dso__split_kallsyms_for_kcore() 615 struct rb_node *next = rb_first(root); in dso__split_kallsyms() 1112 for (nd = rb_first(&mg->maps[type]); nd; nd = rb_next(nd)) { in map_groups__find_by_name()
|
D | machine.c | 71 struct rb_node *nd = rb_first(&machine->threads); in machine__delete_threads() 150 for (nd = rb_first(&machines->guests); nd; nd = rb_next(nd)) { in machines__set_symbol_filter() 222 for (nd = rb_first(&machines->guests); nd; nd = rb_next(nd)) { in machines__process_guests() 249 for (node = rb_first(&machines->guests); node; node = rb_next(node)) { in machines__set_id_hdr_size() 369 for (nd = rb_first(&machines->guests); nd; nd = rb_next(nd)) { in machines__fprintf_dsos() 391 for (nd = rb_first(&machines->guests); nd; nd = rb_next(nd)) { in machines__fprintf_dsos_buildid() 422 for (nd = rb_first(&machine->threads); nd; nd = rb_next(nd)) { in machine__fprintf() 613 struct rb_node *next = rb_first(&machines->guests); in machines__destroy_kernel_maps()
|
D | intlist.h | 45 struct rb_node *rn = rb_first(&ilist->rblist.entries); in intlist__first()
|
D | strlist.h | 47 struct rb_node *rn = rb_first(&slist->rblist.entries); in strlist__first()
|
D | dso.c | 168 struct rb_node *next = rb_first(root); in dso_cache__free() 601 for (nd = rb_first(&dso->symbols[type]); nd; nd = rb_next(nd)) { in dso__fprintf()
|
/external/linux-tools-perf/src/tools/perf/ui/browsers/ |
D | hists.c | 81 for (nd = rb_first(&node->rb_root); nd; nd = rb_next(nd)) { in callchain_node__count_rows_rb_tree() 123 for (nd = rb_first(chain); nd; nd = rb_next(nd)) { in callchain__count_rows() 145 struct rb_node *nd = rb_first(&node->rb_root); in callchain_node__init_have_children_rb_tree() 147 for (nd = rb_first(&node->rb_root); nd; nd = rb_next(nd)) { in callchain_node__init_have_children_rb_tree() 180 for (nd = rb_first(root); nd; nd = rb_next(nd)) { in callchain__init_have_children() 222 for (nd = rb_first(&node->rb_root); nd; nd = rb_next(nd)) { in callchain_node__set_folding_rb_tree() 263 for (nd = rb_first(chain); nd; nd = rb_next(nd)) { in callchain__set_folding() 289 for (nd = rb_first(&hists->entries); nd; nd = rb_next(nd)) { in hists__set_folding() 433 node = rb_first(&chain_node->rb_root); in hist_browser__show_callchain_node_rb_tree() 571 for (nd = rb_first(chain); nd; nd = rb_next(nd)) { in hist_browser__show_callchain() [all …]
|
D | map.c | 116 for (nd = rb_first(mb.b.entries); nd; nd = rb_next(nd)) { in map__browse()
|
/external/linux-tools-perf/src/tools/perf/ui/stdio/ |
D | hist.c | 97 node = rb_first(root); in __callchain__fprintf_graph() 177 node = rb_first(root); in callchain__fprintf_graph() 250 rb_node = rb_first(self); in callchain__fprintf_flat() 490 for (nd = rb_first(&hists->entries); nd; nd = rb_next(nd)) { in hists__fprintf()
|
/external/linux-tools-perf/src/tools/perf/ui/gtk/ |
D | hists.c | 139 bool has_single_node = (rb_first(root) == rb_last(root)); in perf_gtk__add_callchain() 141 for (nd = rb_first(root); nd; nd = rb_next(nd)) { in perf_gtk__add_callchain() 280 for (nd = rb_first(&hists->entries); nd; nd = rb_next(nd)) { in perf_gtk__show_hists()
|
/external/fio/lib/ |
D | rbtree.h | 143 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/src/include/linux/ |
D | rbtree.h | 68 extern struct rb_node *rb_first(const 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/src/lib/ |
D | rbtree.c | 418 struct rb_node *rb_first(const struct rb_root *root) in rb_first() function 429 EXPORT_SYMBOL(rb_first);
|
/external/linux-tools-perf/src/tools/perf/ |
D | builtin-diff.c | 407 next = rb_first(root); in hists__baseline_only() 429 next = rb_first(root); in hists__precompute() 561 next = rb_first(root); in hists__compute_resort()
|
D | builtin-kmem.c | 352 next = rb_first(root); in __print_result() 461 node = rb_first(root); in __sort_result()
|
D | builtin-annotate.c | 123 struct rb_node *nd = rb_first(&self->entries), *next; in hists__find_annotations()
|
/external/linux-tools-perf/src/tools/perf/ui/ |
D | browser.c | 117 nd = rb_first(root); in ui_browser__rb_tree_seek() 146 browser->top = rb_first(browser->entries); in ui_browser__rb_tree_refresh()
|
/external/fio/t/ |
D | dedupe.c | 504 n = rb_first(&rb_root); in iter_rb_tree()
|