]> asedeno.scripts.mit.edu Git - linux.git/commit
tools include arch: Grab a copy of errno.h for arch's supported by perf
authorHendrik Brueckner <brueckner@linux.vnet.ibm.com>
Fri, 19 Jan 2018 08:56:13 +0000 (09:56 +0100)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 23 Jan 2018 12:51:37 +0000 (09:51 -0300)
commit95f28190aa012b18eab14799b905b6db3cf31529
treec6edb78da3ec89526a1241ca55bdfc9467882738
parent99402e0683ecea11db44fd1c59a65b4eb3bd2672
tools include arch: Grab a copy of errno.h for arch's supported by perf

For each arch in tools/perf/arch, grab a copy of errno.h.

This is a pre-req to generate an architecture specific mapping of errno
numbers to their names.  This errno mapping can be used by perf trace to
support cross-architecture trace reports and to get rid of the
audit-libs dependency.

Signed-off-by: Hendrik Brueckner <brueckner@linux.vnet.ibm.com>
Reviewed-by: Thomas Richter <tmricht@linux.vnet.ibm.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Michael Petlan <mpetlan@redhat.com>
Cc: linux-s390@vger.kernel.org
LPU-Reference: 1516352177-11106-2-git-send-email-brueckner@linux.vnet.ibm.com
Link: https://lkml.kernel.org/n/tip-73azjhrzpjsskwi129020i2u@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/arch/alpha/include/uapi/asm/errno.h [new file with mode: 0644]
tools/arch/mips/include/asm/errno.h [new file with mode: 0644]
tools/arch/mips/include/uapi/asm/errno.h [new file with mode: 0644]
tools/arch/parisc/include/uapi/asm/errno.h [new file with mode: 0644]
tools/arch/powerpc/include/uapi/asm/errno.h [new file with mode: 0644]
tools/arch/sparc/include/uapi/asm/errno.h [new file with mode: 0644]
tools/arch/x86/include/uapi/asm/errno.h [new file with mode: 0644]
tools/perf/check-headers.sh