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

  /external/linux-tools-perf/perf-3.12.0/tools/perf/ui/stdio/
hist.c 99 u64 new_total; local
133 new_total = child->children_hit;
135 new_total = total_samples;
137 ret += __callchain__fprintf_graph(fp, &child->rb_root, new_total,
  /external/pixman/pixman/
pixman-filter.c 242 pixman_fixed_t new_total; local
282 new_total = 0;
287 new_total += t;
291 if (new_total != pixman_fixed_1)
292 *(p - *width / 2) += (pixman_fixed_1 - new_total);
  /external/linux-tools-perf/perf-3.12.0/tools/perf/ui/browsers/
hists.c 425 u64 new_total, remaining; local
428 new_total = chain_node->children_hit;
430 new_total = total;
432 remaining = new_total;
466 double percent = cumul * 100.0 / new_total;
498 row += hist_browser__show_callchain_node_rb_tree(browser, child, new_total,
1005 u64 new_total, remaining; local
1009 new_total = chain_node->children_hit;
1011 new_total = total;
1013 remaining = new_total;
    [all...]

Completed in 271 milliseconds