Re: [GIT PULL] perf changes for v3.8

From: David Ahern
Date: Wed Dec 12 2012 - 22:25:10 EST


On 12/12/12 7:53 PM, Linus Torvalds wrote:
Hmm. This may be entirely unrelated to this particular pull request, but

perf record -e cycles:pp

no longer works on my westmere machine (Operation not supported). It
used to work, but I haven't tried to bisect it, since I hope somebody
will just go "oh, I know what's up".

One last "I may know what's up" question. I wonder if you are tripping on this:

if (event->attr.precise_ip) {
int precise = 0;

if (!event->attr.exclude_guest)
return -EOPNOTSUPP;

Are you running an older perf binary on the 3.8 kernel?

Does this work: perf record -e cycles:ppH ...

David
--
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/