Searched refs:InstEntry (Results 1 - 5 of 5) sorted by relevance
/gem5/src/arch/arm/tracers/ | ||
H A D | tarmac_base.hh | 84 struct InstEntry struct in class:Trace::TarmacBaseRecord 86 InstEntry() = default; 87 InstEntry(ThreadContext* thread, |
H A D | tarmac_base.cc | 62 TarmacBaseRecord::InstEntry::InstEntry( function in class:Trace::TarmacBaseRecord::InstEntry |
H A D | tarmac_parser.hh | 111 struct ParserInstEntry : public InstEntry |
H A D | tarmac_record.hh | 95 struct TraceInstEntry: public InstEntry, Printable |
H A D | tarmac_record.cc | 121 : InstEntry(tarmCtx.thread, tarmCtx.pc, tarmCtx.staticInst, predicate) |
Completed in 9 milliseconds