Review Board 2.0.15


O3: Add support of function tracing with O3 CPU.

Review Request #935 - Created Dec. 16, 2011 and submitted

Information
Ali Saidi
gem5
Reviewers
Default
O3: Add support of function tracing with O3 CPU.

   
Posted (Jan. 4, 2012, 12:05 p.m.)



  
src/cpu/o3/cpu.hh (Diff revision 1)
 
 
Is this just to get around the fact that traceFunctions() is protected and thus can't be called directly from the Commit object?  If so, I'd prefer to just make traceFunctions() public than to add this.
  1. Yes. Ok.