From: Mike Hommey <mh@glandium.org>
To: Peter Zijlstra <peterz@infradead.org>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Problem with perf hardware counters grouping
Date: Thu, 1 Sep 2011 13:59:35 +0200 [thread overview]
Message-ID: <20110901115935.GA19550@glandium.org> (raw)
In-Reply-To: <1314878012.11566.7.camel@twins>
On Thu, Sep 01, 2011 at 01:53:32PM +0200, Peter Zijlstra wrote:
> On Wed, 2011-08-31 at 10:57 +0200, Mike Hommey wrote:
> > I'm having two different problems with perf hardware counters with a
> > group leader:
> > - perf_event_open()ing more than 3 makes all of them always return a
> > value of 0;
> > - perf_event_open()ing more than 4 fails with ENOSPC.
>
>
> I'm guessing you're running on something x86, either AMD-Fam10-12 or
> Intel-NHM+.
Core2Duo
> Both those have 4 generic hardware counters, but x86 defaults to
> enabling the NMI watchdog which takes one, leaving you with 3 (try: echo
> 0 > /proc/sys/kernel/nmi_watchdog). If you had looked at your dmesg
> output you'd have found lines like:
>
> NMI watchdog enabled, takes one hw-pmu counter.
Indeed, that shows up.
> The code can only check if the group as a whole could possibly fit on a
> PMU, which is where your failure on >4 comes from.
>
> What happens with your >3 case is that while the group is valid and
> could fit on the PMU, it won't fit at runtime because the NMI watchdog
> is taking one and won't budge (cpu-pinned counter have precedence over
> any other kind), effectively starving your group of pmu runtime.
That makes sense. But how exactly is not using groups different, then?
perf, for instance doesn't use groups, and can get all the hardware
counters.
Mike
next prev parent reply other threads:[~2011-09-01 11:59 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-31 8:57 Mike Hommey
2011-09-01 11:53 ` Peter Zijlstra
2011-09-01 11:59 ` Mike Hommey [this message]
2011-09-01 12:40 ` Peter Zijlstra
2011-09-01 15:21 ` Vince Weaver
2011-09-01 16:41 ` Peter Zijlstra
2011-09-01 17:16 ` Vince Weaver
2011-09-01 17:24 ` Vince Weaver
2011-09-06 19:43 ` Vince Weaver
2011-09-06 20:22 ` Don Zickus
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20110901115935.GA19550@glandium.org \
--to=mh@glandium.org \
--cc=linux-kernel@vger.kernel.org \
--cc=peterz@infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®