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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dhist.c408 u64 new_total; local
415 new_total = self->children_hit;
417 new_total = total_samples;
419 remaining = new_total;
450 new_total,
454 ret += __callchain__fprintf_graph(fp, child, new_total,
464 remaining && remaining != new_total) {
472 new_depth_mask, 0, new_total,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/ui/browsers/
H A Dhists.c283 u64 new_total, remaining; local
286 new_total = chain_node->children_hit;
288 new_total = total;
290 remaining = new_total;
328 double percent = cumul * 100.0 / new_total;
360 row += hist_browser__show_callchain_node_rb_tree(self, child, new_total,

Completed in 105 milliseconds