Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Drecord.cpp1166 MoveFromBinaryFormat(chain_type, p); in CallChainRecord()
1183 this->chain_type = static_cast<int>(type); in CallChainRecord()
1192 MoveToBinaryFormat(this->chain_type, p); in CallChainRecord()
1204 switch (chain_type) { in DumpData()
Drecord.h579 uint64_t chain_type; member