Home
last modified time | relevance | path

Searched refs:new_total (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/tools/perf/util/ui/browsers/
Dhists.c398 u64 new_total, remaining; in hist_browser__show_callchain_node_rb_tree() local
401 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()
/linux-3.4.99/tools/perf/util/
Dhist.c639 u64 new_total; in __callchain__fprintf_graph() local
673 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()