Hello,
I'll carry these changes on the perf-tools tree to update perf tools to
understand new syscalls and parameters. You can refer to README file in
the tools/include/uapi directory why it's needed.
Thanks,
Namhyung
Namhyung Kim (11):
tools headers: Sync KVM headers with the kernel source
tools headers: Sync linux/bits.h with the kernel source
tools headers: Sync linux/cfi_types.h with the kernel source
tools headers: Sync x86 headers with the kernel source
tools headers: Sync arm64 headers with the kernel source
tools headers: Sync powerpc headers with the kernel source
tools headers: Sync syscall tables with the kernel source
tools headers: Sync uapi/linux/fcntl.h with the kernel source
tools headers: Sync uapi/linux/fs.h with the kernel source
tools headers: Sync uapi/linux/prctl.h with the kernel source
tools headers: Sync uapi/linux/vhost.h with the kernel source
tools/arch/arm64/include/asm/cputype.h | 28 ++++++
tools/arch/powerpc/include/uapi/asm/kvm.h | 13 ---
tools/arch/x86/include/asm/cpufeatures.h | 10 ++-
tools/arch/x86/include/asm/msr-index.h | 7 ++
tools/arch/x86/include/uapi/asm/kvm.h | 8 +-
tools/include/linux/bits.h | 29 ++----
tools/include/linux/cfi_types.h | 23 +++++
tools/include/uapi/asm-generic/unistd.h | 8 +-
tools/include/uapi/linux/kvm.h | 27 ++++++
.../perf/arch/arm/entry/syscalls/syscall.tbl | 2 +
.../arch/mips/entry/syscalls/syscall_n64.tbl | 2 +
.../arch/powerpc/entry/syscalls/syscall.tbl | 2 +
.../perf/arch/s390/entry/syscalls/syscall.tbl | 2 +
tools/perf/arch/sh/entry/syscalls/syscall.tbl | 2 +
.../arch/sparc/entry/syscalls/syscall.tbl | 2 +
.../arch/x86/entry/syscalls/syscall_32.tbl | 2 +
.../arch/x86/entry/syscalls/syscall_64.tbl | 2 +
.../arch/xtensa/entry/syscalls/syscall.tbl | 2 +
.../trace/beauty/include/uapi/linux/fcntl.h | 18 ++++
.../perf/trace/beauty/include/uapi/linux/fs.h | 88 +++++++++++++++++++
.../trace/beauty/include/uapi/linux/prctl.h | 9 +-
.../trace/beauty/include/uapi/linux/vhost.h | 35 ++++++++
tools/scripts/syscall.tbl | 2 +
23 files changed, 283 insertions(+), 40 deletions(-)
--
2.51.0.261.g7ce5a0a67e-goog