Re: [RFC][PATCH 0/6] perf: x86 RDPMC and RDTSC support

From: Peter Zijlstra
Date: Wed Dec 21 2011 - 16:41:29 EST


On Wed, 2011-12-21 at 16:32 -0500, Vince Weaver wrote:

> * One, is it possible to detect at runtime that rdpmc() is supported?
> Maybe a field in the mmap'd buffer that can be read?

Ingo suggested a similar thing, will implement (although Christmas might
interfere with delivery timelines etc..).

> * Second, if I try a start / run 100M instructions / read
> and measure retired instructions I get:
> 281474977711543 instructions
> This is 0x10000000f45b7 which is 1<<48 + 100M. I guess an artifact
> of how the counters are set up? Is it possible to have this start
> at 0?

Its supposed to be 0 based, clearly I messed up something and need to go
figure out what. Thanks for reporting.
--
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/