Lines Matching refs:leftmost
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
1770 leftmost = false; in hierarchy_insert_output_entry()
1775 rb_insert_color_cached(&he->rb_node, root, leftmost); in hierarchy_insert_output_entry()
1847 bool leftmost = true; in __hists__insert_output_entry() local
1870 leftmost = false; in __hists__insert_output_entry()
1875 rb_insert_color_cached(&he->rb_node, entries, leftmost); in __hists__insert_output_entry()
2171 bool leftmost = true; in resort_filtered_entry() local
2181 leftmost = false; in resort_filtered_entry()
2186 rb_insert_color_cached(&he->rb_node, root, leftmost); in resort_filtered_entry()
2342 bool leftmost = true; in hists__add_dummy_entry() local
2364 leftmost = false; in hists__add_dummy_entry()
2375 rb_insert_color_cached(&he->rb_node_in, root, leftmost); in hists__add_dummy_entry()
2391 bool leftmost = true; in add_dummy_hierarchy_entry() local
2412 leftmost = false; in add_dummy_hierarchy_entry()
2419 rb_insert_color_cached(&he->rb_node_in, root, leftmost); in add_dummy_hierarchy_entry()