Prev: Perf-events callchain support on MIPS
Next: [PATCH] DMAENGINE: ste_dma40: support older silicon
From: Peter Zijlstra on 7 Jun 2010 05:50 On Thu, 2010-06-03 at 01:23 +0400, Cyrill Gorcunov wrote: > On Netburst PMU we need a second write to a performance counter > due to cpu erratum. > > A simple flag test instead of alternative instructions was choosen > because wrmsrl is already a macro and if virtualization is turned > on will need an additional wrapper call which is more expencise. > > nb: we should propably switch to jump-labels as only this facility > reach the mainline. OK. Thanks Cyrill. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Lin Ming on 8 Jun 2010 05:30 On Mon, 2010-06-07 at 17:48 +0800, Peter Zijlstra wrote: > On Thu, 2010-06-03 at 01:23 +0400, Cyrill Gorcunov wrote: > > On Netburst PMU we need a second write to a performance counter > > due to cpu erratum. > > > > A simple flag test instead of alternative instructions was choosen > > because wrmsrl is already a macro and if virtualization is turned > > on will need an additional wrapper call which is more expencise. > > > > nb: we should propably switch to jump-labels as only this facility > > reach the mainline. > > OK. Thanks Cyrill. I tested this patch and it works well for pre-defined events. Lin Ming -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|
Pages: 1 Prev: Perf-events callchain support on MIPS Next: [PATCH] DMAENGINE: ste_dma40: support older silicon |