Home
last modified time | relevance | path

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

/system/extras/simpleperf/scripts/
Ddebug_unwind_reporter.py310 def parse_callchain_record(lines, i, chain_type, process_maps): argument
334 if items[1] != chain_type:
/system/extras/simpleperf/
Drecord.cpp1077 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()
Drecord.h513 uint64_t chain_type; member