Searched refs:chain_type (Results 1 – 3 of 3) sorted by relevance
310 def parse_callchain_record(lines, i, chain_type, process_maps): argument334 if items[1] != chain_type:
1077 MoveFromBinaryFormat(chain_type, p); in CallChainRecord()1094 this->chain_type = static_cast<int>(type); in CallChainRecord()1103 MoveToBinaryFormat(this->chain_type, p); in CallChainRecord()1115 switch (chain_type) { in DumpData()
513 uint64_t chain_type; member