Searched refs:new_total (Results 1 – 2 of 2) sorted by relevance
398 u64 new_total, remaining; in hist_browser__show_callchain_node_rb_tree() local401 new_total = chain_node->children_hit; in hist_browser__show_callchain_node_rb_tree()403 new_total = total; in hist_browser__show_callchain_node_rb_tree()405 remaining = new_total; in hist_browser__show_callchain_node_rb_tree()438 double percent = cumul * 100.0 / new_total; in hist_browser__show_callchain_node_rb_tree()470 row += hist_browser__show_callchain_node_rb_tree(self, child, new_total, in hist_browser__show_callchain_node_rb_tree()
639 u64 new_total; in __callchain__fprintf_graph() local673 new_total = child->children_hit; in __callchain__fprintf_graph()675 new_total = total_samples; in __callchain__fprintf_graph()677 ret += __callchain__fprintf_graph(fp, &child->rb_root, new_total, in __callchain__fprintf_graph()