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 | 590 bool leftmost = true; in hists__findnew_entry() local 639 leftmost = false; in hists__findnew_entry() 652 rb_insert_color_cached(&he->rb_node_in, hists->entries_in, leftmost); in hists__findnew_entry() 1452 bool leftmost = true; in hierarchy_insert_entry() local 1474 leftmost = false; in hierarchy_insert_entry() 1509 rb_insert_color_cached(&new->rb_node_in, root, leftmost); in hierarchy_insert_entry() 1568 bool leftmost = true; in hists__collapse_insert_entry() local 1601 leftmost = false; in hists__collapse_insert_entry() 1607 rb_insert_color_cached(&he->rb_node_in, root, leftmost); in hists__collapse_insert_entry() 1754 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 | 272 bool leftmost = true; in machines__add() local 289 leftmost = false; in machines__add() 294 rb_insert_color_cached(&machine->rb_node, &machines->guests, leftmost); in machines__add() 507 bool leftmost = true; in ____machine__findnew_thread() local 527 leftmost = false; in ____machine__findnew_thread() 537 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()
|
/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() 3120 bool leftmost = true; in __merge_work_atoms() local 3134 leftmost = false; in __merge_work_atoms() 3153 rb_insert_color_cached(&data->node, root, leftmost); in __merge_work_atoms()
|