Re: [PATCH V4 4/8] perf/x86/intel/uncore: add new data structures for free running counters

2018-01-14 Thread Thomas Gleixner
On Sun, 14 Jan 2018, Thomas Gleixner wrote: > On Thu, 2 Nov 2017, kan.li...@intel.com wrote: > > +/* > > + * Free running counter is similar as fixed counter, except it is read-only > > + * and always active when the uncore box is powered up. > > + * > > + * Here are the rules which are used to

Re: [PATCH V4 4/8] perf/x86/intel/uncore: add new data structures for free running counters

2018-01-14 Thread Thomas Gleixner
On Sun, 14 Jan 2018, Thomas Gleixner wrote: > On Thu, 2 Nov 2017, kan.li...@intel.com wrote: > > +/* > > + * Free running counter is similar as fixed counter, except it is read-only > > + * and always active when the uncore box is powered up. > > + * > > + * Here are the rules which are used to

Re: [PATCH V4 4/8] perf/x86/intel/uncore: add new data structures for free running counters

2018-01-14 Thread Thomas Gleixner
On Thu, 2 Nov 2017, kan.li...@intel.com wrote: > +/* > + * Free running counter is similar as fixed counter, except it is read-only > + * and always active when the uncore box is powered up. > + * > + * Here are the rules which are used to encode the event for free running > + * counter. > + * -

Re: [PATCH V4 4/8] perf/x86/intel/uncore: add new data structures for free running counters

2018-01-14 Thread Thomas Gleixner
On Thu, 2 Nov 2017, kan.li...@intel.com wrote: > +/* > + * Free running counter is similar as fixed counter, except it is read-only > + * and always active when the uncore box is powered up. > + * > + * Here are the rules which are used to encode the event for free running > + * counter. > + * -