Re: Support Intel uncore event lists v4

2017-01-12 Thread Andi Kleen
> > Really only trivial changes at this point, so you only need to read > > the patches you didn't read and ack before. > > any chance you'd push the new branch out? I pushed git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-misc perf/builtin-json-23 to make it do something also need to me

Re: Support Intel uncore event lists v4

2017-01-12 Thread Jiri Olsa
> > > > > > > > > > > what's the difference to the post from Jan 03? > > > > > > Jan 03 was v3 I think? > > > > > > Also I addressed all your review comments (listed in the individual > > > patches) > >

Re: Support Intel uncore event lists v4

2017-01-11 Thread Andi Kleen
> > > > Jan 03 was v3 I think? > > > > Also I addressed all your review comments (listed in the individual > > patches) > > 6012 Jan 03 Andi Kleen (1.5K) Support Intel uncore event lists v4 > 6421 r Jan 09 Andi Kleen (1.5K) Support Intel uncore

Re: Support Intel uncore event lists v4

2017-01-11 Thread Jiri Olsa
> > Fix refactoring problem that broke git bisect. > > > Address review feedback. > > > > > > > what's the difference to the post from Jan 03? > > Jan 03 was v3 I think? > > Also I addressed all your review comments (listed in the individual &

Re: Support Intel uncore event lists v4

2017-01-11 Thread Andi Kleen
> > v1: Initial post > > v2: Address review feedback. See changelog in commits. > > v3: Repost. Rebase to latest tree. > > v4: Rebase. Change DividedBy to generic simple expression parser. > > Fix refactoring problem that broke git bisect. > > Address review feedback. > > > > what's the difference

Re: Support Intel uncore event lists v4

2017-01-11 Thread Jiri Olsa
On Mon, Jan 09, 2017 at 05:33:26PM -0800, Andi Kleen wrote: > This adds uncore support on top of the recently merged JSON event list > infrastructure for core events. Uncore is everything outside the core, > including memory controllers, PCI, interconnect etc. > > Uncore is more complicated to han

Support Intel uncore event lists v4

2017-01-09 Thread Andi Kleen
This adds uncore support on top of the recently merged JSON event list infrastructure for core events. Uncore is everything outside the core, including memory controllers, PCI, interconnect etc. Uncore is more complicated to handle than core events because it uses many duplicated PMUs, which leads

Support Intel uncore event lists v4

2017-01-03 Thread Andi Kleen
This adds uncore support on top of the recently merged JSON event list infrastructure for core events. Uncore is everything outside the core, including memory controllers, PCI, interconnect etc. Uncore is more complicated to handle than core events because it uses many duplicated PMUs, which leads