Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/ui/stdio/
Dhist.c97 u64 new_total; in __callchain__fprintf_graph() local
131 new_total = child->children_hit; in __callchain__fprintf_graph()
133 new_total = total_samples; in __callchain__fprintf_graph()
135 ret += __callchain__fprintf_graph(fp, &child->rb_root, new_total, in __callchain__fprintf_graph()
/linux-4.1.27/tools/perf/ui/browsers/
Dhists.c570 u64 new_total; in hist_browser__show_callchain() local
629 new_total = child->children_hit; in hist_browser__show_callchain()
631 new_total = total; in hist_browser__show_callchain()
634 new_level, row, new_total, in hist_browser__show_callchain()