[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1314622381.2816.17.camel@twins>
Date: Mon, 29 Aug 2011 14:53:01 +0200
From: Peter Zijlstra <peterz@...radead.org>
To: Stephane Eranian <eranian@...gle.com>
Cc: linux-kernel@...r.kernel.org, mingo@...e.hu, emunson@...bm.net,
vweaver1@...s.utk.edu
Subject: Re: [PATCH] perf_event: fix broken calc_timer_values()
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists