Hi Stefane, In debugging some64 bit issues on the MIPS, I've noticed that reg_addr is unsigned long. On 64 bit systems with 32 bit API's, this can cause a truncation. I have PMC registers in 64 bit space, but when compiled with a 32 bit API cannot fit in this field. I might suggest we extend to unsigned long long.
Phil _______________________________________________ perfmon mailing list [email protected] http://www.hpl.hp.com/hosted/linux/mail-archives/perfmon/
