Re: [Gems-users] notifyL2Miss and rubyL2Miss


Date: Thu, 19 Aug 2010 01:58:44 -0700 (PDT)
From: Muhammad abid Mughal <mabidm_pieas@xxxxxxxxx>
Subject: Re: [Gems-users] notifyL2Miss and rubyL2Miss

hi,
     You need to call "notifyL2Miss()" in profile_L2Cache_miss(..);

From: Miray Kas <miraykas@xxxxxxxxx>
To: gems-users@xxxxxxxxxxx
Sent: Thursday, August 19, 2010 12:18:05
Subject: [Gems-users] notifyL2Miss and rubyL2Miss

Hi all,
I am doing some experiments with MSI_MOSI_CMP_directory protocol.
I was trying to add some code in dynamicInstruction class based on the L2_MISS_EVENT.
But when I tracked it down, I saw that neither of these (notifyL2Miss and rubyL2Miss) methods are actually invoked:

./opal/system/system.C:232:  m_opal_api->notifyL2Miss = &system_t::rubyL2Miss;

So I observed that L2_MISS_EVENT flag is not raised although there are L2 misses, or I was trying to catch them at the wrong place...
 
I was wondering if that piece code is never invoked because it is not working correctly,
or where can I insert its invokation if it is supposed to be working correctly?

Thank you,
Miray


[← Prev in Thread] Current Thread [Next in Thread→]