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

/gem5/src/cpu/
H A Dthread_state.hh100 void profileSample();
H A Dthread_state.cc149 ThreadState::profileSample() function in class:ThreadState
H A Dthread_context.hh200 virtual void profileSample() = 0;
H A Dsimple_thread.hh260 void profileSample() override { ThreadState::profileSample(); }
H A Dbase.cc707 threadContexts[i]->profileSample();
/gem5/src/cpu/o3/
H A Dthread_context_impl.hh178 O3ThreadContext<Impl>::profileSample() function in class:O3ThreadContext
180 thread->profileSample();
H A Dthread_context.hh181 void profileSample() override;
/gem5/src/cpu/checker/
H A Dthread_context.hh218 void profileSample() override { return actualTC->profileSample(); }

Completed in 15 milliseconds