[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 3/3 v2] vpmu intel: Dump vpmu infos in 'q' keyhandler
Am Freitag 05 April 2013, 09:33:38 schrieb Konrad Rzeszutek Wilk: > On Thu, Apr 04, 2013 at 02:10:32PM +0200, Dietmar Hahn wrote: > > Am Donnerstag 28 März 2013, 14:01:10 schrieb Dietmar Hahn: > > > + /* > > > + * The configuration of the fixed counter is 4 bits each in the > > > + * MSR_CORE_PERF_FIXED_CTR_CTRL. > > > + */ > > > + val = core2_vpmu_cxt->ctrls[MSR_CORE_PERF_FIXED_CTR_CTRL_IDX]; > > > + for ( i = 0; i < core2_fix_counters.num; i++ ) > > > + { > > > + if ( core2_vpmu_cxt->pmu_enable->fixed_ctr_enable[i] ) > > > + printk(" fixed_%d: 0x%016lx ctrl: 0x%lx\n", > > > + i, core2_vpmu_cxt->fix_counters[i], > > > + val & FIXED_CTR_CTRL_MASK); > > > + val >>= FIXED_CTR_CTRL_BITS; > > This is a bit odd? Was it meant to be on the same line as 'printk'? Sorry, this was mixing of tabs and spaces, will send an update. Thanks. Dietmar. -- Company details: http://ts.fujitsu.com/imprint.html _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |