Searched refs:leftmost (Results 1 – 9 of 9) sorted by relevance
| /tools/perf/util/ |
| A 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()
|
| A D | hist.c | 692 bool leftmost = true; in hists__findnew_entry() local 741 leftmost = false; in hists__findnew_entry() 1636 bool leftmost = true; in hierarchy_insert_entry() local 1652 leftmost = false; in hierarchy_insert_entry() 1756 bool leftmost = true; in hists__collapse_insert_entry() local 1794 leftmost = false; in hists__collapse_insert_entry() 1949 leftmost = false; in hierarchy_insert_output_entry() 2049 leftmost = false; in __hists__insert_output_entry() 2370 leftmost = false; in resort_filtered_entry() 2573 leftmost = false; in hists__add_dummy_entry() [all …]
|
| A D | srcline.c | 982 bool leftmost = true; in srcline__tree_insert() local 1000 leftmost = false; in srcline__tree_insert() 1004 rb_insert_color_cached(&node->rb_node, tree, leftmost); in srcline__tree_insert() 1075 bool leftmost = true; in inlines__tree_insert() local 1084 leftmost = false; in inlines__tree_insert() 1088 rb_insert_color_cached(&inlines->rb_node, tree, leftmost); in inlines__tree_insert()
|
| A D | symbol.c | 369 bool leftmost = true; in __symbols__insert() local 389 leftmost = false; in __symbols__insert() 393 rb_insert_color_cached(&sym->rb_node, symbols, leftmost); in __symbols__insert()
|
| A D | machine.c | 250 bool leftmost = true; in machines__add() local 267 leftmost = false; in machines__add() 272 rb_insert_color_cached(&machine->rb_node, &machines->guests, leftmost); in machines__add()
|
| /tools/include/linux/ |
| A D | interval_tree_generic.h | 44 bool leftmost = true; \ 55 leftmost = false; \ 62 leftmost, &ITPREFIX ## _augment); \ 122 ITSTRUCT *node, *leftmost; \ 144 leftmost = rb_entry(root->rb_leftmost, ITSTRUCT, ITRB); \ 145 if (ITSTART(leftmost) > last) \
|
| A 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/ |
| A D | builtin-sched.c | 1009 bool leftmost = true; in __thread_latency_insert() local 1024 leftmost = false; in __thread_latency_insert() 1029 rb_insert_color_cached(&data->node, root, leftmost); in __thread_latency_insert() 3431 bool leftmost = true; in __merge_work_atoms() local 3445 leftmost = false; in __merge_work_atoms() 3464 rb_insert_color_cached(&data->node, root, leftmost); in __merge_work_atoms()
|
| A D | builtin-kwork.c | 338 bool leftmost = true; in work_insert() local 351 leftmost = false; in work_insert() 356 rb_insert_color_cached(&key->node, root, leftmost); in work_insert()
|
Completed in 37 milliseconds