aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/check-headers.sh (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-20tools lib: Adopt list_sort() from the kernel sourcesIan Rogers1-0/+2
2021-09-10perf report: Add tools/arch/x86/include/asm/amd-ibs.hKim Phillips1-0/+1
2021-06-01perf tools: Copy uapi/asm/perf_regs.h from the kernel for MIPSTiezhu Yang1-0/+1
2021-05-01Merge tag 'perf-tools-for-v5.13-2021-04-29' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linuxLinus Torvalds1-0/+1
2021-03-15x86/insn: Add a __ignore_sync_check__ markerBorislav Petkov1-4/+11
2021-03-01perf tools: Generate mips syscalls_n64.c syscall tableTiezhu Yang1-0/+1
2020-12-24perf s390: Move syscall.tbl check into check-headers.shTiezhu Yang1-0/+1
2020-12-24perf powerpc: Move syscall.tbl check to check-headers.shTiezhu Yang1-0/+1
2020-09-29perf tools: Separate the checking of headers only used to build beautification tablesArnaldo Carvalho de Melo1-2/+20
2020-08-12perf trace beauty: Use the autogenerated protocol family tableArnaldo Carvalho de Melo1-0/+3
2020-05-28perf tools: Grab a copy of libbpf's hashmapIan Rogers1-0/+4
2020-04-14tools headers: Synchronize linux/bits.h with the kernel sourcesArnaldo Carvalho de Melo1-0/+2
2020-04-14tools headers: Update linux/vdso.h and grab a copy of vdso/const.hArnaldo Carvalho de Melo1-0/+1
2020-02-11tools include UAPI: Sync x86's syscalls_64.tbl, generic unistd.h and fcntl.h to pick up openat2 and pidfd_getfdArnaldo Carvalho de Melo1-0/+1
2019-12-02perf bench: Update the copies of x86's mem{cpy,set}_64.SArnaldo Carvalho de Melo1-2/+2
2019-11-25Merge branch 'x86/core' into perf/core, to resolve conflicts and to pick up completed topic treeIngo Molnar1-1/+2
2019-10-17x86: xen: insn: Decode Xen and KVM emulate-prefix signatureMasami Hiramatsu1-1/+2
2019-10-15tools arch x86: Grab a copy of the file containing the IRQ vector definesArnaldo Carvalho de Melo1-0/+1
2019-10-07tools arch x86: Grab a copy of the file containing the MSR numbersArnaldo Carvalho de Melo1-0/+1
2019-09-30tools headers uapi: Sync linux/fs.h with the kernel sourcesArnaldo Carvalho de Melo1-0/+1
2019-08-31perf build: Ignore intentional differences for the x86 insn decoderArnaldo Carvalho de Melo1-4/+4
2019-08-31perf intel-pt: Use shared x86 insn decoderJosh Poimboeuf1-2/+9
2019-08-20tools headers: Grab copy of linux/const.h, needed by linux/bits.hArnaldo Carvalho de Melo1-0/+2
2019-06-25tools perf: Move from sane_ctype.h obtained from git to the Linux's originalArnaldo Carvalho de Melo1-0/+2
2019-03-28tools headers uapi: Sync asm-generic/mman-common.h and linux/mman.hArnaldo Carvalho de Melo1-1/+1
2019-01-10tools headers powerpc: Remove unistd.hRavi Bangoria1-1/+0
2019-01-08tools include uapi: Grab a copy of linux/mount.hArnaldo Carvalho de Melo1-0/+1
2018-12-28tools headers uapi: Grab a copy of usbdevice_fs.hArnaldo Carvalho de Melo1-0/+1
2018-12-18tools headers uapi: Grab a copy of fadvise.hArnaldo Carvalho de Melo1-0/+1
2018-12-18tools include arch: Grab a copy of x86's prctl.hArnaldo Carvalho de Melo1-0/+1
2018-10-30tools include uapi: Grab a copy of linux/fs.hArnaldo Carvalho de Melo1-0/+1
2018-10-08tools include: Adopt linux/bits.hArnaldo Carvalho de Melo1-0/+1
2018-08-14perf tools: Move syscall_64.tbl check into check-headers.shJiri Olsa1-0/+3
2018-08-14perf tools: Make check-headers.sh check based on kernel dirJiri Olsa1-3/+7
2018-08-13perf tools: Fix check-headers.sh AND list path of executionAlexander Kapshuk1-2/+6
2018-07-31tools include uapi: Grab a copy of linux/in.hArnaldo Carvalho de Melo1-0/+1
2018-07-24tools include: Grab copies of arm64 dependent unistd.h filesKim Phillips1-0/+2
2018-04-26perf check-headers.sh: Add support to check 2 independent filesJiri Olsa1-4/+13
2018-04-26perf check-headers.sh: Simplify arguments passingJiri Olsa1-10/+5
2018-03-27perf build: Fix check-headers.sh opts assignmentJiri Olsa1-0/+1
2018-02-16tools include powerpc: Grab a copy of arch/powerpc/include/uapi/asm/unistd.hRavi Bangoria1-0/+1
2018-02-15Revert "tools include s390: Grab a copy of arch/s390/include/uapi/asm/unistd.h"Hendrik Brueckner1-1/+0
2018-01-23tools include asm-generic: Grab errno.h and errno-base.hHendrik Brueckner1-0/+2
2018-01-23tools include arch: Grab a copy of errno.h for arch's supported by perfHendrik Brueckner1-0/+7
2017-12-27tools include s390: Grab a copy of arch/s390/include/uapi/asm/unistd.hHendrik Brueckner1-0/+1
2017-12-18Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar1-0/+1
2017-12-18tools arch s390: Do not include header files from the kernel sourcesArnaldo Carvalho de Melo1-0/+1
2017-12-12Merge tag 'v4.15-rc3' into perf/core, to refresh the treeIngo Molnar1-0/+1
2017-12-05perf s390: add regs_query_register_offset()Hendrik Brueckner1-0/+1
2017-11-29tools headers: Follow the upstream UAPI header version 100% differ from the kernelIngo Molnar1-1/+0