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

  /external/compiler-rt/test/asan/TestCases/
coverage-caller-callee-total-count.cc 20 uintptr_t new_total = __sanitizer_get_total_unique_coverage(); local
21 assert(new_total > old_total);
22 return new_total;
  /external/linux-tools-perf/src/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/src/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/src/libcpu/
i386_parse.c     [all...]
i386_parse.y     [all...]

Completed in 346 milliseconds