[Gems-users] instruction profile information


Date: Wed, 3 Nov 2010 18:01:59 +0800
From: 李 建樟 <piliman9176@xxxxxxxxxxx>
Subject: [Gems-users] instruction profile information
Hi all,
 
          I run benchmark with ruby on GEMS.
 
         If I want to get some information about
 
         every instruction cache accessing type, which processor access cache, cache address, cache line address, cache access size
 
         for example:
 
         first instruction  processor id,   access type,  cache line address, cache address, access size
 
                                   processor 1     LD               0xabc2541             0xabc2590       32 
 
         when running benchmark,  I should get this information and print result.
 
         what file should I add my code?   Sequencer.C or System.C  or other files ?
 
         and which function should I add?   makerequest or dorequest or other functions ?
 
          Thanks for help in advance.
 
Mr. Li 
[← Prev in Thread] Current Thread [Next in Thread→]
  • [Gems-users] instruction profile information, 李 建樟 <=