Searched refs:new_total (Results 1 – 4 of 4) sorted by relevance
/external/linux-tools-perf/util/ |
D | hist.c | 425 u64 new_total; in __callchain__fprintf_graph() local 432 new_total = self->children_hit; in __callchain__fprintf_graph() 434 new_total = total_samples; in __callchain__fprintf_graph() 436 remaining = new_total; in __callchain__fprintf_graph() 467 new_total, in __callchain__fprintf_graph() 471 ret += __callchain__fprintf_graph(fp, child, new_total, in __callchain__fprintf_graph() 481 remaining && remaining != new_total) { in __callchain__fprintf_graph() 489 new_depth_mask, 0, new_total, in __callchain__fprintf_graph()
|
/external/linux-tools-perf/util/ui/browsers/ |
D | hists.c | 371 u64 new_total, remaining; in hist_browser__show_callchain_node_rb_tree() local 374 new_total = chain_node->children_hit; in hist_browser__show_callchain_node_rb_tree() 376 new_total = total; in hist_browser__show_callchain_node_rb_tree() 378 remaining = new_total; in hist_browser__show_callchain_node_rb_tree() 411 double percent = cumul * 100.0 / new_total; in hist_browser__show_callchain_node_rb_tree() 443 row += hist_browser__show_callchain_node_rb_tree(self, child, new_total, in hist_browser__show_callchain_node_rb_tree()
|
/external/elfutils/libcpu/ |
D | i386_parse.y | 1574 size_t new_total = (((table + 7) / 8) * ncharused_bits + ncharused 1580 if (new_total < best_so_far) 1582 best_so_far = new_total;
|
D | i386_parse.c | 3176 size_t new_total = (((table + 7) / 8) * ncharused_bits + ncharused 3182 if (new_total < best_so_far) 3184 best_so_far = new_total;
|