-
- Downloads
Merge tag 'perf-tools-for-v5.18-2022-04-02' of...
Merge tag 'perf-tools-for-v5.18-2022-04-02' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux Pull more perf tools updates from Arnaldo Carvalho de Melo: - Avoid SEGV if core.cpus isn't set in 'perf stat'. - Stop depending on .git files for building PERF-VERSION-FILE, used in 'perf --version', fixing some perf tools build scenarios. - Convert tracepoint.py example to python3. - Update UAPI header copies from the kernel sources: socket, mman-common, msr-index, KVM, i915 and cpufeatures. - Update copy of libbpf's hashmap.c. - Directly return instead of using local ret variable in evlist__create_syswide_maps(), found by coccinelle. * tag 'perf-tools-for-v5.18-2022-04-02' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux: perf python: Convert tracepoint.py example to python3 perf evlist: Directly return instead of using local ret variable perf cpumap: More cpu map reuse by merge. perf cpumap: Add is_subset function perf evlist: Rename cpus to user_requested_cpus perf tools: Stop depending on .git files for building PERF-VERSION-FILE tools headers cpufeatures: Sync with the kernel sources tools headers UAPI: Sync drm/i915_drm.h with the kernel sources tools headers UAPI: Sync linux/kvm.h with the kernel sources tools kvm headers arm64: Update KVM headers from the kernel sources tools arch x86: Sync the msr-index.h copy with the kernel sources tools headers UAPI: Sync asm-generic/mman-common.h with the kernel perf beauty: Update copy of linux/socket.h with the kernel sources perf tools: Update copy of libbpf's hashmap.c perf stat: Avoid SEGV if core.cpus isn't set
No related branches found
No related tags found
Showing
- tools/arch/arm64/include/uapi/asm/kvm.h 10 additions, 0 deletionstools/arch/arm64/include/uapi/asm/kvm.h
- tools/arch/x86/include/asm/cpufeatures.h 1 addition, 0 deletionstools/arch/x86/include/asm/cpufeatures.h
- tools/arch/x86/include/asm/msr-index.h 21 additions, 1 deletiontools/arch/x86/include/asm/msr-index.h
- tools/include/uapi/asm-generic/mman-common.h 2 additions, 0 deletionstools/include/uapi/asm-generic/mman-common.h
- tools/include/uapi/drm/i915_drm.h 40 additions, 5 deletionstools/include/uapi/drm/i915_drm.h
- tools/include/uapi/linux/kvm.h 9 additions, 2 deletionstools/include/uapi/linux/kvm.h
- tools/lib/perf/cpumap.c 25 additions, 10 deletionstools/lib/perf/cpumap.c
- tools/lib/perf/evlist.c 14 additions, 14 deletionstools/lib/perf/evlist.c
- tools/lib/perf/include/internal/cpumap.h 1 addition, 0 deletionstools/lib/perf/include/internal/cpumap.h
- tools/lib/perf/include/internal/evlist.h 6 additions, 1 deletiontools/lib/perf/include/internal/evlist.h
- tools/perf/Makefile.perf 2 additions, 12 deletionstools/perf/Makefile.perf
- tools/perf/arch/arm/util/cs-etm.c 4 additions, 4 deletionstools/perf/arch/arm/util/cs-etm.c
- tools/perf/arch/arm64/util/arm-spe.c 1 addition, 1 deletiontools/perf/arch/arm64/util/arm-spe.c
- tools/perf/arch/x86/util/intel-bts.c 1 addition, 1 deletiontools/perf/arch/x86/util/intel-bts.c
- tools/perf/arch/x86/util/intel-pt.c 2 additions, 2 deletionstools/perf/arch/x86/util/intel-pt.c
- tools/perf/bench/evlist-open-close.c 1 addition, 1 deletiontools/perf/bench/evlist-open-close.c
- tools/perf/builtin-ftrace.c 1 addition, 1 deletiontools/perf/builtin-ftrace.c
- tools/perf/builtin-record.c 3 additions, 3 deletionstools/perf/builtin-record.c
- tools/perf/builtin-stat.c 7 additions, 4 deletionstools/perf/builtin-stat.c
- tools/perf/builtin-top.c 1 addition, 1 deletiontools/perf/builtin-top.c
Loading
Please register or sign in to comment