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

2017-08-10 Thread Ganapatrao Kulkarni
On Thu, Aug 10, 2017 at 11:39 PM, Arnaldo Carvalho de Melo wrote: > Em Thu, Aug 10, 2017 at 06:15:50PM +0100, Will Deacon escreveu: >> On Thu, Jul 20, 2017 at 11:26:06AM +0530, Ganapatrao Kulkarni wrote: >> > function get_cpuid_str returns MIDR string of the first online >> > cpu from the range of

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

2017-08-10 Thread Arnaldo Carvalho de Melo
Em Thu, Aug 10, 2017 at 06:15:50PM +0100, Will Deacon escreveu: > On Thu, Jul 20, 2017 at 11:26:06AM +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: Ganap

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

2017-08-10 Thread Will Deacon
On Thu, Jul 20, 2017 at 11:26:06AM +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 v4 2/4] perf tools arm64: Add support for get_cpuid_str function.

2017-07-19 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 | 59 + 2 file