HomeSort by relevance Sort by last modified time
    Searched defs:new_total (Results 1 - 2 of 2) sorted by null

  /external/linux-tools-perf/util/
hist.c 425 u64 new_total; local
432 new_total = self->children_hit;
434 new_total = total_samples;
436 remaining = new_total;
467 new_total,
471 ret += __callchain__fprintf_graph(fp, child, new_total,
481 remaining && remaining != new_total) {
489 new_depth_mask, 0, new_total,
  /external/linux-tools-perf/util/ui/browsers/
hists.c 371 u64 new_total, remaining; local
374 new_total = chain_node->children_hit;
376 new_total = total;
378 remaining = new_total;
411 double percent = cumul * 100.0 / new_total;
443 row += hist_browser__show_callchain_node_rb_tree(self, child, new_total,

Completed in 72 milliseconds