aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/check-headers.sh (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-06-17tools arch amd ibs: Sync ibs.h with the kernel sourcesArnaldo Carvalho de Melo1-1/+1
2025-05-06Merge tag 'v6.15-rc5' into x86/cpu, to resolve conflictsIngo Molnar1-0/+1
2025-04-14x86/platform/amd: Move the <asm/amd-ibs.h> header to <asm/amd/ibs.h>Ingo Molnar1-1/+1
2025-04-10tools headers: Update the arch/x86/lib/memset_64.S copy with the kernel sourcesNamhyung Kim1-0/+1
2025-03-19x86/cpufeatures: Remove {disabled,required}-features.hXin Li (Intel)1-2/+0
2025-01-09perf tools arm64: Use syscall tableCharlie Jenkins1-0/+2
2025-01-09perf tools parisc: Support syscall headerCharlie Jenkins1-0/+1
2025-01-09perf tools alpha: Support syscall headerCharlie Jenkins1-0/+1
2025-01-09perf tools xtensa: Support syscall headerCharlie Jenkins1-0/+1
2025-01-09perf tools sparc: Support syscall headersCharlie Jenkins1-0/+1
2025-01-09perf tools sh: Support syscall headersCharlie Jenkins1-0/+1
2025-01-09perf tools arm: Support syscall headersCharlie Jenkins1-0/+1
2025-01-09perf tools: Create generic syscall table supportCharlie Jenkins1-0/+1
2024-10-28tools headers: Update the linux/unaligned.h copy with the kernel sourcesArnaldo Carvalho de Melo1-0/+1
2024-10-08Merge tag 'perf-tools-fixes-for-v6.12-1-2024-10-08' of git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-toolsLinus Torvalds1-1/+28
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-10-02perf tools: Cope with differences for lib/list_sort.c copy from the kernelArnaldo Carvalho de Melo1-1/+4
2024-10-02tools check_headers.sh: Add check variant that excludes some hunksArnaldo Carvalho de Melo1-0/+24
2024-09-02perf tools: Build x86 32-bit syscall table from arch/x86/entry/syscalls/syscall_32.tblArnaldo Carvalho de Melo1-0/+1
2024-04-26tools headers: Synchronize linux/bits.h with the kernel sourcesArnaldo Carvalho de Melo1-0/+1
2024-04-18Revert "tools headers: Remove almost unused copy of uapi/stat.h, add few conditional defines"Arnaldo Carvalho de Melo1-0/+1
2024-03-21perf beauty: Move uapi/linux/vhost.h copy out of the directory used to build perfArnaldo Carvalho de Melo1-1/+1
2024-03-21perf beauty: Introduce scrape script for the 'statx' syscall 'mask' argumentArnaldo Carvalho de Melo1-0/+1
2024-03-21perf beauty: Introduce scrape script for various fs syscalls 'flags' argumentsArnaldo Carvalho de Melo1-0/+1
2024-03-21perf beauty: Introduce scrape script for 'clone' syscall 'flags' argumentArnaldo Carvalho de Melo1-1/+1
2024-03-21tools headers: Remove almost unused copy of uapi/stat.h, add few conditional definesArnaldo Carvalho de Melo1-1/+0
2024-03-21tools headers: Remove now unused copies of uapi/{fcntl,openat2}.h and asm/fcntl.hArnaldo Carvalho de Melo1-2/+0
2024-03-21perf beauty: Move prctl.h files (uapi/linux and x86's) copy out of the directory used to build perfArnaldo Carvalho de Melo1-2/+2
2024-03-21perf beauty: Move arch/x86/include/asm/irq_vectors.h copy out of the directory used to build perfArnaldo Carvalho de Melo1-1/+1
2024-03-21perf beauty: Move uapi/sound/asound.h copy out of the directory used to build perfArnaldo Carvalho de Melo1-1/+1
2024-03-21perf beauty: Move uapi/linux/usbdevice_fs.h copy out of the directory used to build perfArnaldo Carvalho de Melo1-1/+1
2024-03-21perf beauty: Move uapi/linux/mount.h copy out of the directory used to build perfArnaldo Carvalho de Melo1-1/+1
2024-03-21perf beauty: Move uapi/linux/fs.h copy out of the directory used to build perfArnaldo Carvalho de Melo1-1/+1
2023-10-17perf tools: Add get_unaligned_leNN()Adrian Hunter1-0/+1
2023-09-13tools headers UAPI: Copy seccomp.h to be able to build 'perf bench' in older systemsArnaldo Carvalho de Melo1-0/+1
2023-08-03perf build: Fix shellcheck issue about quotes for check-headers.shKajol Jain1-3/+3
2023-06-09tools headers: Make the difference output easier to readIan Rogers1-104/+128
2023-05-07Merge tag 'perf-tools-for-v6.4-3-2023-05-06' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linuxLinus Torvalds1-1/+0
2023-05-01tools/perf: Add basic support for LoongArchHuacai Chen1-0/+1
2023-04-12tools headers: Remove s390 ptrace.h in check-headers.shTiezhu Yang1-1/+0
2022-10-25tools headers: Update the copy of x86's memcpy_64.S used in 'perf bench'Arnaldo Carvalho de Melo1-1/+1
2022-03-26tools arm64: Import cputype.hAli Saidi1-0/+1
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