[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20160108092818.GB18339@krava.brq.redhat.com>
Date: Fri, 8 Jan 2016 10:28:18 +0100
From: Jiri Olsa <jolsa@...hat.com>
To: Anju T <anju@...ux.vnet.ibm.com>
Cc: mpe@...erman.id.au, khandual@...ux.vnet.ibm.com,
maddy@...ux.vnet.ibm.com, dsahern@...il.com, acme@...hat.com,
sukadev@...ux.vnet.ibm.com, hemant@...ux.vnet.ibm.com,
naveen.n.rao@...ux.vnet.ibm.com, linux-kernel@...r.kernel.org,
linuxppc-dev@...ts.ozlabs.org
Subject: Re: [PATCH V8 3/4] tools/perf: Map the ID values with register names
On Fri, Jan 08, 2016 at 02:32:30PM +0530, Anju T wrote:
SNIP
> +#endif /* ARCH_PERF_REGS_H */
> diff --git a/tools/perf/config/Makefile b/tools/perf/config/Makefile
> index 38a0853..acf0302 100644
> --- a/tools/perf/config/Makefile
> +++ b/tools/perf/config/Makefile
> @@ -23,6 +23,11 @@ $(call detected_var,ARCH)
>
> NO_PERF_REGS := 1
>
> +# Additional ARCH settings for ppc64
> +ifeq ($(ARCH),powerpc)
> + NO_PERF_REGS := 0
> +endif
please use space for indent in makefiles.. the line might get
switched for rule one day and it's hard to find ;-)
thanks,
jirka
Powered by blists - more mailing lists