Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull perf tooling fixes from Thomas Gleixner: "Core libraries: - Fix max perf_event_attr.precise_ip detection. - Fix parser error for uncore event alias - Fixup ordering of kernel maps after obtaining the main kernel map address. Intel PT: - Fix TSC slip where A TSC packet can slip past MTC packets so that the timestamp appears to go backwards. - Fixes for exported-sql-viewer GUI conversion to python3. ARM coresight: - Fix the build by adding a missing case value for enumeration value introduced in newer library, that now is the required one. tool headers: - Syncronize kernel headers with the kernel, getting new io_uring and pidfd_send_signal syscalls so that 'perf trace' can handle them" * 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: perf pmu: Fix parser error for uncore event alias perf scripts python: exported-sql-viewer.py: Fix python3 support perf scripts python: exported-sql-viewer.py: Fix never-ending loop perf machine: Update kernel map address and re-order properly tools headers uapi: Sync powerpc's asm/kvm.h copy with the kernel sources tools headers: Update x86's syscall_64.tbl and uapi/asm-generic/unistd tools headers uapi: Update drm/i915_drm.h tools arch x86: Sync asm/cpufeatures.h with the kernel sources tools headers uapi: Sync linux/fcntl.h to get the F_SEAL_FUTURE_WRITE addition tools headers uapi: Sync asm-generic/mman-common.h and linux/mman.h perf evsel: Fix max perf_event_attr.precise_ip detection perf intel-pt: Fix TSC slip perf cs-etm: Add missing case value
Showing
- tools/arch/alpha/include/uapi/asm/mman.h 0 additions, 2 deletionstools/arch/alpha/include/uapi/asm/mman.h
- tools/arch/mips/include/uapi/asm/mman.h 0 additions, 2 deletionstools/arch/mips/include/uapi/asm/mman.h
- tools/arch/parisc/include/uapi/asm/mman.h 0 additions, 2 deletionstools/arch/parisc/include/uapi/asm/mman.h
- tools/arch/powerpc/include/uapi/asm/kvm.h 2 additions, 0 deletionstools/arch/powerpc/include/uapi/asm/kvm.h
- tools/arch/x86/include/asm/cpufeatures.h 1 addition, 0 deletionstools/arch/x86/include/asm/cpufeatures.h
- tools/arch/xtensa/include/uapi/asm/mman.h 0 additions, 2 deletionstools/arch/xtensa/include/uapi/asm/mman.h
- tools/build/feature/test-libopencsd.c 2 additions, 2 deletionstools/build/feature/test-libopencsd.c
- tools/include/uapi/asm-generic/mman-common-tools.h 23 additions, 0 deletionstools/include/uapi/asm-generic/mman-common-tools.h
- tools/include/uapi/asm-generic/mman-common.h 1 addition, 3 deletionstools/include/uapi/asm-generic/mman-common.h
- tools/include/uapi/asm-generic/mman.h 1 addition, 1 deletiontools/include/uapi/asm-generic/mman.h
- tools/include/uapi/asm-generic/unistd.h 10 additions, 1 deletiontools/include/uapi/asm-generic/unistd.h
- tools/include/uapi/drm/i915_drm.h 64 additions, 0 deletionstools/include/uapi/drm/i915_drm.h
- tools/include/uapi/linux/fcntl.h 1 addition, 0 deletionstools/include/uapi/linux/fcntl.h
- tools/include/uapi/linux/mman.h 4 additions, 0 deletionstools/include/uapi/linux/mman.h
- tools/perf/Makefile.perf 2 additions, 2 deletionstools/perf/Makefile.perf
- tools/perf/arch/x86/entry/syscalls/syscall_64.tbl 4 additions, 0 deletionstools/perf/arch/x86/entry/syscalls/syscall_64.tbl
- tools/perf/check-headers.sh 1 addition, 1 deletiontools/perf/check-headers.sh
- tools/perf/scripts/python/exported-sql-viewer.py 63 additions, 14 deletionstools/perf/scripts/python/exported-sql-viewer.py
- tools/perf/trace/beauty/mmap_flags.sh 11 additions, 3 deletionstools/perf/trace/beauty/mmap_flags.sh
- tools/perf/util/cs-etm-decoder/cs-etm-decoder.c 1 addition, 0 deletionstools/perf/util/cs-etm-decoder/cs-etm-decoder.c
Loading
Please register or sign in to comment