-
- Downloads
Merge tag 'perf-tools-fixes-for-v6.0-2022-08-19' of...
Merge tag 'perf-tools-fixes-for-v6.0-2022-08-19' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux Pull perf tools fixes from Arnaldo Carvalho de Melo: - Fix alignment for cpu map masks in event encoding. - Support reading PERF_FORMAT_LOST, perf tool counterpart for a feature that was added in this merge window. - Sync perf tools copies of kernel headers: socket, msr-index, fscrypt, cpufeatures, i915_drm, kvm, vhost, perf_event. * tag 'perf-tools-fixes-for-v6.0-2022-08-19' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux: perf tools: Support reading PERF_FORMAT_LOST libperf: Add a test case for read formats libperf: Handle read format in perf_evsel__read() tools headers UAPI: Sync linux/perf_event.h with the kernel sources tools headers UAPI: Sync x86's asm/kvm.h with the kernel sources tools headers UAPI: Sync KVM's vmx.h header with the kernel sources tools include UAPI: Sync linux/vhost.h with the kernel sources tools headers kvm s390: Sync headers with the kernel sources tools headers UAPI: Sync linux/kvm.h with the kernel sources tools headers UAPI: Sync drm/i915_drm.h with the kernel sources tools headers cpufeatures: Sync with the kernel sources tools headers UAPI: Sync linux/fscrypt.h with the kernel sources tools arch x86: Sync the msr-index.h copy with the kernel sources perf beauty: Update copy of linux/socket.h with the kernel sources perf cpumap: Fix alignment for masks in event encoding perf cpumap: Compute mask size in constant time perf cpumap: Synthetic events and const/static perf cpumap: Const map for max()
No related branches found
No related tags found
Showing
- tools/arch/s390/include/uapi/asm/kvm.h 1 addition, 0 deletionstools/arch/s390/include/uapi/asm/kvm.h
- tools/arch/x86/include/asm/cpufeatures.h 4 additions, 2 deletionstools/arch/x86/include/asm/cpufeatures.h
- tools/arch/x86/include/asm/msr-index.h 8 additions, 0 deletionstools/arch/x86/include/asm/msr-index.h
- tools/arch/x86/include/uapi/asm/kvm.h 8 additions, 2 deletionstools/arch/x86/include/uapi/asm/kvm.h
- tools/arch/x86/include/uapi/asm/vmx.h 3 additions, 1 deletiontools/arch/x86/include/uapi/asm/vmx.h
- tools/include/uapi/drm/i915_drm.h 300 additions, 87 deletionstools/include/uapi/drm/i915_drm.h
- tools/include/uapi/linux/fscrypt.h 2 additions, 1 deletiontools/include/uapi/linux/fscrypt.h
- tools/include/uapi/linux/kvm.h 108 additions, 0 deletionstools/include/uapi/linux/kvm.h
- tools/include/uapi/linux/perf_event.h 4 additions, 1 deletiontools/include/uapi/linux/perf_event.h
- tools/include/uapi/linux/vhost.h 9 additions, 0 deletionstools/include/uapi/linux/vhost.h
- tools/lib/perf/cpumap.c 1 addition, 1 deletiontools/lib/perf/cpumap.c
- tools/lib/perf/evsel.c 78 additions, 1 deletiontools/lib/perf/evsel.c
- tools/lib/perf/include/perf/cpumap.h 1 addition, 1 deletiontools/lib/perf/include/perf/cpumap.h
- tools/lib/perf/include/perf/event.h 45 additions, 5 deletionstools/lib/perf/include/perf/event.h
- tools/lib/perf/include/perf/evsel.h 3 additions, 1 deletiontools/lib/perf/include/perf/evsel.h
- tools/lib/perf/tests/test-evsel.c 161 additions, 0 deletionstools/lib/perf/tests/test-evsel.c
- tools/perf/tests/cpumap.c 9 additions, 10 deletionstools/perf/tests/cpumap.c
- tools/perf/tests/sample-parsing.c 10 additions, 4 deletionstools/perf/tests/sample-parsing.c
- tools/perf/trace/beauty/include/linux/socket.h 8 additions, 8 deletionstools/perf/trace/beauty/include/linux/socket.h
- tools/perf/util/cpumap.c 64 additions, 16 deletionstools/perf/util/cpumap.c
Loading
Please register or sign in to comment