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

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
callchain.h 31 u64 children_hit; member in struct:callchain_node
99 root->node.children_hit = 0;
105 return node->hit + node->children_hit;
callchain.c 128 min_hit = ceil(node->children_hit * min_percent);
240 new->children_hit = 0;
272 new->children_hit = parent->children_hit;
273 parent->children_hit = callchain_cumul_hits(new);
281 parent->children_hit += period;
310 root->children_hit += period;
  /external/linux-tools-perf/perf-3.12.0/tools/perf/ui/gtk/
hists.c 179 child_total = node->children_hit;
  /external/linux-tools-perf/perf-3.12.0/tools/perf/ui/stdio/
hist.c 133 new_total = child->children_hit;
  /external/linux-tools-perf/perf-3.12.0/tools/perf/ui/browsers/
hists.c 428 new_total = chain_node->children_hit;
1009 new_total = chain_node->children_hit;
    [all...]

Completed in 285 milliseconds