callchain_cumul_hits 854 tools/perf/ui/browsers/hists.c return callchain_cumul_hits(child) != parent_total; callchain_cumul_hits 130 tools/perf/ui/stdio/hist.c cumul = callchain_cumul_hits(child); callchain_cumul_hits 213 tools/perf/ui/stdio/hist.c return callchain_cumul_hits(cnode) != parent_samples; callchain_cumul_hits 378 tools/perf/util/callchain.c u64 chain_cumul = callchain_cumul_hits(chain); callchain_cumul_hits 385 tools/perf/util/callchain.c rnode_cumul = callchain_cumul_hits(rnode); callchain_cumul_hits 457 tools/perf/util/callchain.c if (callchain_cumul_hits(child) >= min_hit) callchain_cumul_hits 487 tools/perf/util/callchain.c if (callchain_cumul_hits(child) >= min_hit) callchain_cumul_hits 814 tools/perf/util/callchain.c parent->children_hit = callchain_cumul_hits(new); callchain_cumul_hits 1180 tools/perf/util/callchain.c u64 period = callchain_cumul_hits(node); callchain_cumul_hits 1209 tools/perf/util/callchain.c u64 period = callchain_cumul_hits(node);