Searched refs:profileClear (Results 1 - 8 of 8) sorted by relevance

/gem5/src/cpu/
H A Dthread_state.hh98 void profileClear();
H A Dthread_state.cc142 ThreadState::profileClear() function in class:ThreadState
H A Dthread_context.hh199 virtual void profileClear() = 0;
H A Dsimple_thread.hh259 void profileClear() override { ThreadState::profileClear(); }
H A Dbase.cc671 threadContexts[i]->profileClear();
/gem5/src/cpu/o3/
H A Dthread_context_impl.hh171 O3ThreadContext<Impl>::profileClear() function in class:O3ThreadContext
173 thread->profileClear();
H A Dthread_context.hh179 void profileClear() override;
/gem5/src/cpu/checker/
H A Dthread_context.hh217 void profileClear() override { return actualTC->profileClear(); }

Completed in 15 milliseconds