From: Ingo Molnar <mingo@elte.hu>
To: Stephane Eranian <eranian@google.com>
Cc: "Linux Kernel Mailing List" <linux-kernel@vger.kernel.org>,
"Arnaldo Carvalho de Melo" <acme@redhat.com>,
"Peter Zijlstra" <a.p.zijlstra@chello.nl>,
"Thomas Gleixner" <tglx@linutronix.de>,
"Frédéric Weisbecker" <fweisbec@gmail.com>,
"Eric Dumazet" <eric.dumazet@gmail.com>
Subject: Re: perf, x86: Provide a PEBS capable cycle event
Date: Wed, 26 Jan 2011 13:06:46 +0100 [thread overview]
Message-ID: <20110126120646.GA20064@elte.hu> (raw)
In-Reply-To: <AANLkTintgqOkwo=WRH_9vGwGgXf0XrfU2e++daUOOG=i@mail.gmail.com>
* Stephane Eranian <eranian@google.com> wrote:
> On Wed, Jan 26, 2011 at 12:37 PM, Ingo Molnar <mingo@elte.hu> wrote:
> >
> > * Linux Kernel Mailing List <linux-kernel@vger.kernel.org> wrote:
> >
> >> Gitweb: http://git.kernel.org/linus/7639dae0ca11038286bbbcda05f2bef601c1eb8d
> >> Commit: 7639dae0ca11038286bbbcda05f2bef601c1eb8d
> >> Parent: abe43400579d5de0078c2d3a760e6598e183f871
> >> Author: Peter Zijlstra <a.p.zijlstra@chello.nl>
> >> AuthorDate: Tue Dec 14 21:26:40 2010 +0100
> >> Committer: Ingo Molnar <mingo@elte.hu>
> >> CommitDate: Thu Dec 16 11:36:44 2010 +0100
> >>
> >> perf, x86: Provide a PEBS capable cycle event
> >>
> >> Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
> >> LKML-Reference: <new-submission>
> >> Signed-off-by: Ingo Molnar <mingo@elte.hu>
> >> ---
> >> arch/x86/kernel/cpu/perf_event_intel.c | 26 ++++++++++++++++++++++++++
> >> 1 files changed, 26 insertions(+), 0 deletions(-)
> >
> > btw., precise profiling via PEBS:
> >
> > perf record -e cycles:p ...
> >
> > works pretty nicely now on Nehalem CPUs and later.
> >
> The problem is that cycles:p is not equivalent to cycles in terms of how
> cycles are counted. cycles counts only unhalted cycles. cycles:p counts
> ALL cycles, event when the CPU is in halted state.
That's not really an issue in practice: it at most can cause a bit larger value for:
2.38% swapper [kernel.kallsyms] [k] mwait_idle_with_hints ▮
Which entry exists with regular cycles event _anyway_, because every irq entry ends
up there.
So the difference is that this entry is now more accurate and correctly displays the
amount of time spent in idle.
Is there any reason why we should not regard this as good thing, as a feature in
essence?
Thanks,
Ingo
next prev parent reply other threads:[~2011-01-26 12:07 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <201101062000.p06K0ESw011195@hera.kernel.org>
2011-01-26 11:37 ` perf, x86: Provide a PEBS capable cycle event Ingo Molnar
2011-01-26 12:00 ` Stephane Eranian
2011-01-26 12:06 ` Ingo Molnar [this message]
2011-01-26 13:29 ` Stephane Eranian
2011-01-26 13:58 ` Ingo Molnar
2011-02-01 14:36 ` Stephane Eranian
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=20110126120646.GA20064@elte.hu \
--to=mingo@elte.hu \
--cc=a.p.zijlstra@chello.nl \
--cc=acme@redhat.com \
--cc=eranian@google.com \
--cc=eric.dumazet@gmail.com \
--cc=fweisbec@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=tglx@linutronix.de \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.