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

/system/extras/simpleperf/
H A Dcallchain.h33 uint64_t children_period; member in struct:CallChainNode
44 uint64_t children_period; member in struct:CallChainRoot
47 CallChainRoot() : duplicated(false), children_period(0) {}
52 children_period += period;
74 p->children_period += period;
132 parent->chain, parent_length, parent->period, parent->children_period);
135 parent->children_period = child->period + child->children_period;
143 uint64_t children_period) {
149 node->children_period
141 AllocateNode(const std::vector<EntryT*>& chain, size_t chain_start, uint64_t period, uint64_t children_period) argument
[all...]
H A DSampleDisplayer.h129 sample->callchain.children_period + sample->GetPeriod(),
141 if (node->period + node->children_period != parent_period) {
143 100.0 * (node->period + node->children_period) / parent_period;
163 100.0 * node->period / (node->period + node->children_period));
167 node->children_period + node->period,

Completed in 60 milliseconds