Home
last modified time | relevance | path

Searched refs:child_hits (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/tools/perf/util/
H A Dcallchain.c1512 u64 child_hits = 0; in decay_callchain_node() local
1518 child_hits += decay_callchain_node(child); in decay_callchain_node()
1523 node->children_hit = child_hits; in decay_callchain_node()