On Tue, Aug 26, 2003 at 11:16:49AM -0700, Stephane Eranian wrote: > Yes, something along the lines of your patch would be a clean way of fixing > the problem. However, I would do something similar to what is in > perfmon_generic.h. Simply define the PMDS as counters (PFM_REG_COUNTING). > It will not hurt because they actually do not count anything. And create > the PMC table as counter (PFM_REG_COUNTING). Ok attached patch does it like that. -i