Re: [Gems-users] Tracing TLB Misses


Date: Mon, 20 Nov 2006 09:37:57 -0600
From: Dan Gibson <degibson@xxxxxxxx>
Subject: Re: [Gems-users] Tracing TLB Misses
If you simply need a trace of TLB misses, I recommend you use Simics itself to do this. Have a look at the Simics Reference Manual's entry on HAPs, especially the "CoreExecption" hap.

Regards,
Dan Gibson

nikolaos@xxxxxxxxxx wrote:

Hi all,

I need to trace TLB misses (both D-TLB and I-TLB), and searching through the
source code I found the pseq_t::postException function. Would it be correct to
use this function to trace when the Fast_Data_Access_MMU_Miss (0x68) and
Fast_Instruction_Access_MMU_Miss (0x64) exceptions happen? Is postException
called for all exceptions that happen in Opal-Ruby?

Thanks a lot,

Nikolas Galanis
_______________________________________________
Gems-users mailing list
Gems-users@xxxxxxxxxxx
https://lists.cs.wisc.edu/mailman/listinfo/gems-users
Use Google to search the GEMS Users mailing list by adding "site:https://lists.cs.wisc.edu/archive/gems-users/"; to your search.


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