lkml.org 
[lkml]   [2010]   [Oct]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] perf, powerpc: Fix power_pmu_event_init to not use event->ctx
On Tue, Oct 19, 2010 at 01:50:30PM +0200, Peter Zijlstra wrote:

> On Tue, 2010-10-19 at 10:28 +0200, Peter Zijlstra wrote:
>
> > > (The reason it needs to know whether it is a per-task event is because
> > > there are some hardware events on Power systems which only count when
> > > the processor is not idle, and there are some fixed-function counters
> > > which count such events. For example, the "run cycles" event counts
> > > cycles when the processor is not idle. If the user asks to count
> > > cycles, we can use "run cycles" if this is a per-task event, since the
> > > processor is running when the task is running, by definition. We
> > > can't use "run cycles" if the user asks for "cycles" on a system-wide
> > > counter.)
>
> Right, so the problem comes from you using run-cycles as cycles? How
> does that interact with things like cpu_relax() will that generate a
> difference in run-cycles vs cycles?

Cycles in cpu_relax() are still counted as run cycles. Whether cycles
are considered "run" cycles or "idle" cycles is controlled by a bit in
an SPR that we set and clear in the idle loop and in the interrupt
entry code. Only cycles when we're actually in the idle loop count as
"idle" cycles.

Paul.


\
 
 \ /
  Last update: 2010-10-19 23:59    [W:0.048 / U:0.304 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site