Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dcallchain.h33 uint64_t children_period; member
44 uint64_t children_period; member
47 CallChainRoot() : duplicated(false), children_period(0) {} in CallChainRoot()
52 children_period += period; in AddCallChain()
74 p->children_period += period; in AddCallChain()
132 parent->chain, parent_length, parent->period, parent->children_period); in SplitNode()
135 parent->children_period = child->period + child->children_period; in SplitNode()
143 uint64_t children_period) { in AllocateNode()
149 node->children_period = children_period; in AllocateNode()
155 uint64_t period1 = n1->period + n1->children_period; in CompareNodeByPeriod()
[all …]
DSampleDisplayer.h129 sample->callchain.children_period + sample->GetPeriod(), in operator()
141 if (node->period + node->children_period != parent_period) { in DisplayCallGraphEntry()
143 100.0 * (node->period + node->children_period) / parent_period; in DisplayCallGraphEntry()
163 100.0 * node->period / (node->period + node->children_period)); in DisplayCallGraphEntry()
167 node->children_period + node->period, in DisplayCallGraphEntry()