Searched defs:children_period (Results 1 - 1 of 1) 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...]

Completed in 212 milliseconds