Searched refs:consume (Results 1 - 4 of 4) sorted by relevance

/gem5/src/cpu/
H A Dprofile.hh76 ProfileNode *consume(ThreadContext *tc, const StaticInstPtr &inst);
77 ProfileNode *consume(const std::vector<Addr> &stack);
84 FunctionProfile::consume(ThreadContext *tc, const StaticInstPtr &inst) function in class:FunctionProfile
89 return consume(trace.getstack());
H A Dprofile.cc102 FunctionProfile::consume(const vector<Addr> &stack) function in class:FunctionProfile
/gem5/src/cpu/simple/
H A Dbase.cc592 ProfileNode *node = thread->profile->consume(threadContexts[curThread],
/gem5/src/cpu/o3/
H A Dcommit_impl.hh1286 ProfileNode *node = thread[tid]->profile->consume(

Completed in 13 milliseconds