Re: [PATCH v5 2/4] perf tools arm64: Add support for get_cpuid_str function.

2017-08-24 Thread Ganapatrao Kulkarni
On Wed, Aug 23, 2017 at 3:47 PM, Will Deacon wrote: > On Wed, Aug 16, 2017 at 12:40:46PM +0530, Ganapatrao Kulkarni wrote: >> function get_cpuid_str returns MIDR string of the first online >> cpu from the range of cpus associated with the pmu core device. >> >> Signed-off-by: Ganapatrao Kulkarni

Re: [PATCH v5 2/4] perf tools arm64: Add support for get_cpuid_str function.

2017-08-23 Thread Will Deacon
On Wed, Aug 16, 2017 at 12:40:46PM +0530, Ganapatrao Kulkarni wrote: > function get_cpuid_str returns MIDR string of the first online > cpu from the range of cpus associated with the pmu core device. > > Signed-off-by: Ganapatrao Kulkarni > --- > tools/perf/arch/arm64/util/Build| 1 + > too

[PATCH v5 2/4] perf tools arm64: Add support for get_cpuid_str function.

2017-08-16 Thread Ganapatrao Kulkarni
function get_cpuid_str returns MIDR string of the first online cpu from the range of cpus associated with the pmu core device. Signed-off-by: Ganapatrao Kulkarni --- tools/perf/arch/arm64/util/Build| 1 + tools/perf/arch/arm64/util/header.c | 61 + 2 file