From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gleb Natapov Subject: Re: [PATCH kvm-unit-test] make PMU test to pass on more cpu types Date: Mon, 9 Apr 2012 18:05:51 +0300 Message-ID: <20120409150551.GZ11918@redhat.com> References: <20120329085336.GP22368@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: avi@redhat.com To: kvm@vger.kernel.org Return-path: Received: from mx1.redhat.com ([209.132.183.28]:4187 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756740Ab2DIPFx (ORCPT ); Mon, 9 Apr 2012 11:05:53 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q39F5qnO009070 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 9 Apr 2012 11:05:52 -0400 Content-Disposition: inline In-Reply-To: <20120329085336.GP22368@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: ping. On Thu, Mar 29, 2012 at 10:53:36AM +0200, Gleb Natapov wrote: > Expand boundaries of some tests since it was observed that on some cpus > results do not fit. > > Signed-off-by: Gleb Natapov > diff --git a/x86/pmu.c b/x86/pmu.c > index e1b8279..2c46f31 100644 > --- a/x86/pmu.c > +++ b/x86/pmu.c > @@ -80,8 +80,8 @@ struct pmu_event { > } gp_events[] = { > {"core cycles", 0x003c, 1*N, 50*N}, > {"instructions", 0x00c0, 10*N, 10.2*N}, > - {"ref cycles", 0x013c, 1*N, 30*N}, > - {"llc refference", 0x4f2e, 1, 1*N}, > + {"ref cycles", 0x013c, 0.1*N, 30*N}, > + {"llc refference", 0x4f2e, 1, 2*N}, > {"llc misses", 0x412e, 1, 1*N}, > {"branches", 0x00c4, 1*N, 1.1*N}, > {"branch misses", 0x00c5, 0, 0.1*N}, > -- > Gleb. > -- > To unsubscribe from this list: send the line "unsubscribe kvm" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html -- Gleb.