mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Lin Ming <ming.m.lin@intel.com>
To: Cyrill Gorcunov <gorcunov@openvz.org>
Cc: Ingo Molnar <mingo@elte.hu>, lkml <linux-kernel@vger.kernel.org>,
	Don Zickus <dzickus@redhat.com>
Subject: Re: [PATCH -tip] perf, x86: P4 PMU - Don't forget to clear cpuc->active_mask on overflow
Date: Thu, 21 Apr 2011 14:34:08 +0800	[thread overview]
Message-ID: <1303367648.28930.57.camel@minggr.sh.intel.com> (raw)
In-Reply-To: <4DAEF821.4050103@openvz.org>

On Wed, 2011-04-20 at 23:13 +0800, Cyrill Gorcunov wrote:
> It's not enough to simply disable event on overflow the cpuc->active_mask
> should be cleared as well otherwise counter may stall in "active" even
> in real being already disabled (which potentially may lead to the situation
> that user may not use this counter further).
> 
> Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
> ---
> 
> Ming, iirc you were testing this one, but without unknown nmi fix. So
> patch from Don should fix unknown nmi issue, please give this patch a
> shot again if you have some time (Don's patch is here
> https://lkml.org/lkml/2011/4/18/404 but I think you have it already in mailbox).

Tested the 2 patches with nmi watchdog enabled and no unknown nmi was
seen when running perf tool.

Nice.

Thanks,
Lin Ming

> 
>  arch/x86/kernel/cpu/perf_event_p4.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> Index: linux-2.6.git/arch/x86/kernel/cpu/perf_event_p4.c
> =====================================================================
> --- linux-2.6.git.orig/arch/x86/kernel/cpu/perf_event_p4.c
> +++ linux-2.6.git/arch/x86/kernel/cpu/perf_event_p4.c
> @@ -946,7 +946,7 @@ static int p4_pmu_handle_irq(struct pt_r
>  		if (!x86_perf_event_set_period(event))
>  			continue;
>  		if (perf_event_overflow(event, 1, &data, regs))
> -			p4_pmu_disable_event(event);
> +			x86_pmu_stop(event, 0);
>  	}
> 
>  	if (handled) {
> 



  reply	other threads:[~2011-04-21  6:34 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-20 15:13 Cyrill Gorcunov
2011-04-21  6:34 ` Lin Ming [this message]
2011-04-21 12:53 ` Don Zickus
2011-04-21 13:17   ` Ingo Molnar
2011-04-21 13:57     ` Don Zickus
2011-04-21 14:00       ` Cyrill Gorcunov
2011-04-21 14:22         ` Don Zickus
2011-04-21 13:58     ` Cyrill Gorcunov

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=1303367648.28930.57.camel@minggr.sh.intel.com \
    --to=ming.m.lin@intel.com \
    --cc=dzickus@redhat.com \
    --cc=gorcunov@openvz.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@elte.hu \
    /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

Powered by JetHome