From: Gleb Natapov <gleb@redhat.com>
To: kvm@vger.kernel.org
Cc: avi@redhat.com
Subject: Re: [PATCH kvm-unit-test] make PMU test to pass on more cpu types
Date: Mon, 9 Apr 2012 18:05:51 +0300 [thread overview]
Message-ID: <20120409150551.GZ11918@redhat.com> (raw)
In-Reply-To: <20120329085336.GP22368@redhat.com>
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 <gleb@redhat.com>
> 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.
prev parent reply other threads:[~2012-04-09 15:05 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-29 8:53 [PATCH kvm-unit-test] make PMU test to pass on more cpu types Gleb Natapov
2012-04-09 15:05 ` Gleb Natapov [this message]
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=20120409150551.GZ11918@redhat.com \
--to=gleb@redhat.com \
--cc=avi@redhat.com \
--cc=kvm@vger.kernel.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 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.