TJ wrote:
Hi everyone,

I'm trying to modify the OpenSolaris kernel to track TLB misses on an 
UltraSPARC machine. What I would like to do is record some information about 
each miss in a buffer and then periodically dump the information to a file.

1. What's the correct timer interrupt function to do this?

See "ddi_periodic_add(9F)".
2. What be the correct output function to dump this information from inside the 
kernel?

See "cmn_err(9F)".

   -- Garrett
Thanks!

_______________________________________________
opensolaris-code mailing list
opensolaris-code@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/opensolaris-code

Reply via email to