Re: [PATCH v9 0/5] Add support for ThunderX2 pmu events using json files

2017-12-04 Thread Arnaldo Carvalho de Melo
Em Mon, Dec 04, 2017 at 10:11:01AM +0530, Ganapatrao Kulkarni escreveu: > Hi perf maintainers, > > can this be queued to -next?? > please let me know, if have to rebase to any specific branch and send > next version? I went over the messages and saw the acks, will try and process it now. Sorry f

Re: [PATCH v9 0/5] Add support for ThunderX2 pmu events using json files

2017-12-03 Thread Ganapatrao Kulkarni
Hi perf maintainers, can this be queued to -next?? please let me know, if have to rebase to any specific branch and send next version? On Mon, Nov 27, 2017 at 3:34 PM, John Garry wrote: > On 07/11/2017 01:23, Will Deacon wrote: >> >> Hi Arnaldo, >> >> On Tue, Oct 17, 2017 at 12:02:17AM +0530, G

Re: [PATCH v9 0/5] Add support for ThunderX2 pmu events using json files

2017-11-27 Thread John Garry
On 07/11/2017 01:23, Will Deacon wrote: Hi Arnaldo, On Tue, Oct 17, 2017 at 12:02:17AM +0530, Ganapatrao Kulkarni wrote: Extending json/jevent framework for parsing arm64 event files. Adding jevents for ThunderX2 implementation defined PMU events. v9: - Rebased to [3] and resolved conficts

Re: [PATCH v9 0/5] Add support for ThunderX2 pmu events using json files

2017-11-06 Thread Will Deacon
Hi Arnaldo, On Tue, Oct 17, 2017 at 12:02:17AM +0530, Ganapatrao Kulkarni wrote: > Extending json/jevent framework for parsing arm64 event files. > Adding jevents for ThunderX2 implementation defined PMU events. > > v9: >- Rebased to [3] and resolved conficts in PATCH 1/5 and reworked PATCH 3

Re: [PATCH v9 0/5] Add support for ThunderX2 pmu events using json files

2017-11-06 Thread John Garry
On 18/10/2017 18:49, Ganapatrao Kulkarni wrote: Hi Arnaldo, Will, can this be queued to next? Is there any update on the status of this patchset? From searching the acme git, I can only assume that it has not been merged. So we'll have to work on top of this out-of-tree series. John On

Re: [PATCH v9 0/5] Add support for ThunderX2 pmu events using json files

2017-10-18 Thread Ganapatrao Kulkarni
Hi Arnaldo, Will, can this be queued to next? On Tue, Oct 17, 2017 at 12:02 AM, Ganapatrao Kulkarni wrote: > Extending json/jevent framework for parsing arm64 event files. > Adding jevents for ThunderX2 implementation defined PMU events. > > v9: >- Rebased to [3] and resolved conficts in PAT