Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Dcallchain.c1480 u64 child_hits = 0; in decay_callchain_node() local
1486 child_hits += decay_callchain_node(child); in decay_callchain_node()
1491 node->children_hit = child_hits; in decay_callchain_node()