On Tue, Nov 23, 2010 at 04:15:05PM +0100, Sedat Dilek wrote:
I doubt it. This patch was intended for virtualization where the perf
counters are not emulated but the perf subsystem didn't know that.
Your error code is 'ffffffa1'. That translates to EOPNOTSUPP. The only
place I can see where that is returned is if your system does not have a
local apic on it (as set by the cpu feature bits).
Applying this patch may still get you the same result because the perf
counters might be there but there is no local apic to deliver the
interrupts.
I would have to see in your log file the output starting at the line with
Performance Events:
and pasting the next dozen lines or so to have a better understanding what
is going on. Or you can just attach the whole log in your reply.
Cheers,
Don
--