Re: [tip:perf/urgent] perf/x86/cqm: Fix CQM handling of grouping events into a cache_group

2016-03-23 Thread Vikas Shivappa
On Wed, 23 Mar 2016, Matt Fleming wrote: On Mon, 21 Mar, at 11:14:37AM, Vikas Shivappa wrote: Before MBM , the below condition was never hit because we had only one event ? - if (a->hw.target == b->hw.target) + if (a->hw.target == b->hw.target) { + b->hw.is_group_

Re: [tip:perf/urgent] perf/x86/cqm: Fix CQM handling of grouping events into a cache_group

2016-03-23 Thread Matt Fleming
On Mon, 21 Mar, at 11:14:37AM, Vikas Shivappa wrote: > > > Before MBM , the below condition was never hit because we had only one event ? > > - if (a->hw.target == b->hw.target) > + if (a->hw.target == b->hw.target) { > + b->hw.is_group_event = true; > > We are trying

Re: [tip:perf/urgent] perf/x86/cqm: Fix CQM handling of grouping events into a cache_group

2016-03-21 Thread Vikas Shivappa
On Mon, 21 Mar 2016, Matt Fleming wrote: On Mon, 21 Mar, at 02:51:29AM, tip-bot for Vikas Shivappa wrote: Commit-ID: a223c1c7ab4cc64537dc4b911f760d851683768a Gitweb: http://git.kernel.org/tip/a223c1c7ab4cc64537dc4b911f760d851683768a Author: Vikas Shivappa AuthorDate: Thu, 10 Mar 201

Re: [tip:perf/urgent] perf/x86/cqm: Fix CQM handling of grouping events into a cache_group

2016-03-21 Thread Matt Fleming
On Mon, 21 Mar, at 02:51:29AM, tip-bot for Vikas Shivappa wrote: > Commit-ID: a223c1c7ab4cc64537dc4b911f760d851683768a > Gitweb: http://git.kernel.org/tip/a223c1c7ab4cc64537dc4b911f760d851683768a > Author: Vikas Shivappa > AuthorDate: Thu, 10 Mar 2016 15:32:07 -0800 > Committer: Ingo Mol

[tip:perf/urgent] perf/x86/cqm: Fix CQM handling of grouping events into a cache_group

2016-03-21 Thread tip-bot for Vikas Shivappa
Commit-ID: a223c1c7ab4cc64537dc4b911f760d851683768a Gitweb: http://git.kernel.org/tip/a223c1c7ab4cc64537dc4b911f760d851683768a Author: Vikas Shivappa AuthorDate: Thu, 10 Mar 2016 15:32:07 -0800 Committer: Ingo Molnar CommitDate: Mon, 21 Mar 2016 09:08:18 +0100 perf/x86/cqm: Fix CQM han