40c40
< class ExecContext;
---
> class ThreadContext;
75c75
< ProfileNode *consume(ExecContext *xc, StaticInstPtr inst);
---
> ProfileNode *consume(ThreadContext *tc, StaticInstPtr inst);
78c78
< void dump(ExecContext *xc, std::ostream &out) const;
---
> void dump(ThreadContext *tc, std::ostream &out) const;
83c83
< FunctionProfile::consume(ExecContext *xc, StaticInstPtr inst)
---
> FunctionProfile::consume(ThreadContext *tc, StaticInstPtr inst)
85c85
< if (!trace.trace(xc, inst))
---
> if (!trace.trace(tc, inst))