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

/gem5/src/arch/arm/tracers/
H A Dtarmac_parser.hh172 static TarmacRecordType currRecordType; member in class:Trace::TarmacParserRecord
H A Dtarmac_parser.cc70 TarmacBaseRecord::TarmacRecordType TarmacParserRecord::currRecordType; member in class:Trace::TarmacParserRecord
799 switch (currRecordType) {
905 currRecordType = TARMAC_INST;
931 currRecordType = TARMAC_UNSUPPORTED;
938 currRecordType = TARMAC_REG;
1002 currRecordType = TARMAC_UNSUPPORTED;
1029 currRecordType = TARMAC_MEM;
1041 currRecordType = TARMAC_UNSUPPORTED;

Completed in 8 milliseconds