From: Peter Zijlstra <peterz@infradead.org>
To: Stephane Eranian <eranian@google.com>
Cc: linux-kernel@vger.kernel.org, mingo@elte.hu, emunson@mgebm.net,
vweaver1@eecs.utk.edu
Subject: Re: [PATCH] perf_event: fix broken calc_timer_values()
Date: Mon, 29 Aug 2011 14:53:01 +0200 [thread overview]
Message-ID: <1314622381.2816.17.camel@twins> (raw)
In-Reply-To: <20110829124112.GA4828@quad>
On Mon, 2011-08-29 at 14:41 +0200, Stephane Eranian wrote:
> @@ -3354,8 +3354,8 @@ static int perf_event_index(struct perf_event *event)
> }
>
> static void calc_timer_values(struct perf_event *event,
> - u64 *running,
> - u64 *enabled)
> + u64 *enabled,
> + u64 *running)
> {
> u64 now, ctx_time;
>
Urgh, nice catch.. I'll queue it for perf/urgent and Cc stable for 3.0.x
next prev parent reply other threads:[~2011-08-29 12:53 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-29 12:41 [PATCH] perf_event: fix broken calc_timer_values() Stephane Eranian
2011-08-29 12:53 ` Peter Zijlstra [this message]
2011-08-29 13:04 ` Peter Zijlstra
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=1314622381.2816.17.camel@twins \
--to=peterz@infradead.org \
--cc=emunson@mgebm.net \
--cc=eranian@google.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
--cc=vweaver1@eecs.utk.edu \
/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.