Searched refs:leftmost (Results 1 – 7 of 7) sorted by relevance
/tools/perf/util/ |
D | rblist.c | 17 bool leftmost = true; in rblist__add_node() local 29 leftmost = false; in rblist__add_node() 40 rb_insert_color_cached(new_node, &rblist->entries, leftmost); in rblist__add_node() 59 bool leftmost = true; in __rblist__findnew() local 71 leftmost = false; in __rblist__findnew() 82 &rblist->entries, leftmost); in __rblist__findnew()
|
D | srcline.c | 619 bool leftmost = true; in srcline__tree_insert() local 637 leftmost = false; in srcline__tree_insert() 641 rb_insert_color_cached(&node->rb_node, tree, leftmost); in srcline__tree_insert() 712 bool leftmost = true; in inlines__tree_insert() local 721 leftmost = false; in inlines__tree_insert() 725 rb_insert_color_cached(&inlines->rb_node, tree, leftmost); in inlines__tree_insert()
|
D | hist.c | 593 bool leftmost = true; in hists__findnew_entry() local 642 leftmost = false; in hists__findnew_entry() 655 rb_insert_color_cached(&he->rb_node_in, hists->entries_in, leftmost); in hists__findnew_entry() 1458 bool leftmost = true; in hierarchy_insert_entry() local 1480 leftmost = false; in hierarchy_insert_entry() 1515 rb_insert_color_cached(&new->rb_node_in, root, leftmost); in hierarchy_insert_entry() 1574 bool leftmost = true; in hists__collapse_insert_entry() local 1607 leftmost = false; in hists__collapse_insert_entry() 1613 rb_insert_color_cached(&he->rb_node_in, root, leftmost); in hists__collapse_insert_entry() 1760 bool leftmost = true; in hierarchy_insert_output_entry() local [all …]
|
D | symbol.c | 337 bool leftmost = true; in __symbols__insert() local 357 leftmost = false; in __symbols__insert() 361 rb_insert_color_cached(&sym->rb_node, symbols, leftmost); in __symbols__insert() 427 bool leftmost = true; in symbols__insert_by_name() local 438 leftmost = false; in symbols__insert_by_name() 442 rb_insert_color_cached(&symn->rb_node, symbols, leftmost); in symbols__insert_by_name()
|
D | machine.c | 273 bool leftmost = true; in machines__add() local 290 leftmost = false; in machines__add() 295 rb_insert_color_cached(&machine->rb_node, &machines->guests, leftmost); in machines__add() 517 bool leftmost = true; in ____machine__findnew_thread() local 537 leftmost = false; in ____machine__findnew_thread() 547 rb_insert_color_cached(&th->rb_node, &threads->entries, leftmost); in ____machine__findnew_thread()
|
/tools/include/linux/ |
D | rbtree.h | 131 bool leftmost) in rb_insert_color_cached() argument 133 if (leftmost) in rb_insert_color_cached() 183 bool leftmost = true; in rb_add_cached() local 191 leftmost = false; in rb_add_cached() 196 rb_insert_color_cached(node, tree, leftmost); in rb_add_cached()
|
/tools/perf/ |
D | builtin-sched.c | 994 bool leftmost = true; in __thread_latency_insert() local 1009 leftmost = false; in __thread_latency_insert() 1014 rb_insert_color_cached(&data->node, root, leftmost); in __thread_latency_insert() 3118 bool leftmost = true; in __merge_work_atoms() local 3132 leftmost = false; in __merge_work_atoms() 3151 rb_insert_color_cached(&data->node, root, leftmost); in __merge_work_atoms()
|