Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1304308

Re: [PATCH V8 3/4] tools/perf: Map the ID values with register names

From Jiri Olsa <jolsa@redhat.com>
Newsgroups linux.kernel
Subject Re: [PATCH V8 3/4] tools/perf: Map the ID values with register names
Date 2016-01-08 10:30 +0100
Message-ID <qOBwS-4Lq-5@gated-at.bofh.it> (permalink)
References <qOBdw-4AJ-7@gated-at.bofh.it> <qOBdw-4AJ-11@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH V8 0/4] perf/powerpc: Add ability to sample intr machine state in powerpc Anju T <anju@linux.vnet.ibm.com> - 2016-01-08 10:10 +0100
  [PATCH V8 3/4] tools/perf: Map the ID values with register names Anju T <anju@linux.vnet.ibm.com> - 2016-01-08 10:10 +0100
    Re: [PATCH V8 3/4] tools/perf: Map the ID values with register names Jiri Olsa <jolsa@redhat.com> - 2016-01-08 10:30 +0100
  [PATCH V8 1/4] perf/powerpc: assign an id to each powerpc register Anju T <anju@linux.vnet.ibm.com> - 2016-01-08 10:10 +0100
  [PATCH V1 4/4] tool/perf: Add sample_reg_mask to include all perf_regs regs Anju T <anju@linux.vnet.ibm.com> - 2016-01-08 10:10 +0100

csiph-web