Re: [patch 2/3] performance counters: documentation

From: Andi Kleen
Date: Thu Dec 04 2008 - 21:33:20 EST


Paul Mackerras <paulus@xxxxxxxxx> writes:
>> +
>> +[ Note: more hw_event_types are supported as well, but they are CPU
>> + specific and are enumerated via /sys on a per CPU basis. Raw hw event
>> + types can be passed in as negative numbers. For example, to count
>> + "External bus cycles while bus lock signal asserted" events on Intel
>> + Core CPUs, pass in a -0x4064 event type value. ]
>
> This is going to be a huge problem, at least on powerpc, because it
> means that the kernel will have to know which events can be counted on
> which counters and what values need to be put in the control registers
> to select them.

P4 has similar problems, and to some extent there's also the same
problem on newer Intel CPUs (e.g. with fixed counters and if you
consider PEBS which has some special restrictions)

-Andi

--
ak@xxxxxxxxxxxxxxx
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/