HomeSort by relevance Sort by last modified time
    Searched refs:new_total (Results 1 - 4 of 4) 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/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...]
  /external/elfutils/0.153/libcpu/
i386_parse.c     [all...]
i386_parse.y     [all...]

Completed in 230 milliseconds