Searched refs:traceInst (Results 1 - 5 of 5) sorted by relevance

/gem5/src/cpu/
H A Dexetrace.hh57 void traceInst(const StaticInstPtr &inst, bool ran);
H A Dexetrace.cc72 Trace::ExeTracerRecord::traceInst(const StaticInstPtr &inst, bool ran) function in class:Trace::Trace::ExeTracerRecord
205 traceInst(macroStaticInst, false);
208 traceInst(staticInst, true);
H A Dinst_pb_trace.cc63 tracer.traceInst(thread, staticInst, pc);
135 InstPBTrace::traceInst(ThreadContext *tc, StaticInstPtr si, TheISA::PCState pc) function in class:Trace::InstPBTrace
H A Dinst_pb_trace.hh125 void traceInst(ThreadContext *tc, StaticInstPtr si, TheISA::PCState pc);
/gem5/src/arch/arm/
H A Dnativetrace.cc212 record->traceInst(inst, ran);

Completed in 8 milliseconds