Re: [PATCH v3 00/10] perf: arm64: Support for Hisilicon SoC Hardware event counters

2017-01-11 Thread Anurup M
On Tuesday 10 January 2017 11:13 PM, Mark Rutland wrote: Hi, On Mon, Jan 02, 2017 at 01:47:52AM -0500, Anurup M wrote: ToDo: 1) The counter overflow handling is currently unsupported in this patch series. From a quick scan of the patches, I see mention of an interrupt in a comment the d

Re: [PATCH v3 00/10] perf: arm64: Support for Hisilicon SoC Hardware event counters

2017-01-10 Thread Mark Rutland
Hi, On Mon, Jan 02, 2017 at 01:47:52AM -0500, Anurup M wrote: > ToDo: > 1) The counter overflow handling is currently unsupported in this >patch series. >From a quick scan of the patches, I see mention of an interrupt in a comment the driver, but there's noething in the DT binding. Is there

[PATCH v3 00/10] perf: arm64: Support for Hisilicon SoC Hardware event counters

2017-01-01 Thread Anurup M
Provide Support for Hisilicon SoC(HiP05/06/07) Hardware event counters. The Hisilicon SoC HiP0x series has many uncore or non-CPU performance events and counters units. This patch series is implemented refering to arm-cci, Intel/AMD uncore and also the cavium thunderX and xgene uncore pmu patches.