Merge tag 'perf-tools-fixes-for-v5.12-2020-03-07' of...
Merge tag 'perf-tools-fixes-for-v5.12-2020-03-07' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux Pull perf tools fixes from Arnaldo Carvalho de Melo: "Perf tool fixes: - Fix wrong skipping for per-die aggregation in 'perf stat'. - Fix race in signal handling on large core count machines, setting up signal handlers earlier. - Fix -F for branch & mem modes in 'perf report'. - Fix the condition checks for max number of NUMA nodes in 'perf bench numa'. - Fix crash in 'perf diff' error path. - Fix filtering of empty build-ids in 'perf archive'. - Ensure read cmdlines from libtraceevent are null terminated. Recent regressions: - Fix control fifo permissions in 'perf daemon'. - Fix 'perf daemon' compile error with ASAN. - Fix running 'perf daemon' test for non root user. - Fix PERF_SAMPLE_WEIGHT_STRUCT 'perf test' failure on non-x86 arches. - Fix event's PMU name parsing related to new drm/i915/gt software-gt-awake-time event. Fixes from compiler instrumentation: - Fix leaks in 'perf test' entries, found using ASAN. - Fix use-after-free when 'perf stat -r' option is used. Arch specific: - Fix bitmap for option om ARM's CS-ETM. Documentation: - Fix documentation of verbose options. Build: - Clean 'generated' directory used for creating the syscall table on x86. - Fix ccache usage in $(CC) when generating arch errno table. - Cast (struct timeval).tv_sec when printing, fixing the build with MUSL libc. - Tighten snprintf() string precision to pass gcc check on some 32-bit arches. - Update UAPI copies from the kernel sources. - Fix regression on feature detection 'make clean' target" * tag 'perf-tools-fixes-for-v5.12-2020-03-07' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux: (44 commits) perf cs-etm: Fix bitmap for option perf trace: Fix race in signal handling perf map: Tighten snprintf() string precision to pass gcc check on some 32-bit arches perf report: Fix -F for branch & mem modes perf tests x86: Move insn.h include to make sure it finds stddef.h perf test: Support the ins_lat check in the X86 specific test perf test: Fix sample-parsing failure on non-x86 platforms perf archive: Fix filtering of empty build-ids perf daemon: Fix compile error with Asan perf stat: Fix use-after-free when -r option is used libperf: Add perf_evlist__reset_id_hash() perf stat: Fix wrong skipping for per-die aggregation tools headers UAPI: Sync KVM's kvm.h and vmx.h headers with the kernel sources tools headers cpufeatures: Sync with the kernel sources tools headers UAPI: Update tools' copy of linux/coresight-pmu.h tools headers: Update syscall.tbl files to support mount_setattr perf test: Fix cpu and thread map leaks in perf_time_to_tsc test perf test: Fix cpu map leaks in cpu_map_print test perf test: Fix a memory leak in thread_map_remove test perf test: Fix a thread map leak in thread_map_synthesize test ...
Showing
- tools/arch/s390/include/uapi/asm/ptrace.h 3 additions, 2 deletionstools/arch/s390/include/uapi/asm/ptrace.h
- tools/arch/x86/include/asm/cpufeatures.h 13 additions, 6 deletionstools/arch/x86/include/asm/cpufeatures.h
- tools/arch/x86/include/uapi/asm/kvm.h 1 addition, 0 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/build/Makefile 7 additions, 1 deletiontools/build/Makefile
- tools/include/linux/coresight-pmu.h 15 additions, 5 deletionstools/include/linux/coresight-pmu.h
- tools/include/uapi/drm/drm.h 49 additions, 48 deletionstools/include/uapi/drm/drm.h
- tools/include/uapi/drm/i915_drm.h 2 additions, 1 deletiontools/include/uapi/drm/i915_drm.h
- tools/include/uapi/linux/kvm.h 73 additions, 0 deletionstools/include/uapi/linux/kvm.h
- tools/include/uapi/linux/mount.h 16 additions, 0 deletionstools/include/uapi/linux/mount.h
- tools/include/uapi/linux/openat2.h 4 additions, 0 deletionstools/include/uapi/linux/openat2.h
- tools/lib/perf/evlist.c 9 additions, 4 deletionstools/lib/perf/evlist.c
- tools/lib/perf/include/internal/evlist.h 2 additions, 0 deletionstools/lib/perf/include/internal/evlist.h
- tools/perf/Documentation/perf-evlist.txt 1 addition, 1 deletiontools/perf/Documentation/perf-evlist.txt
- tools/perf/Documentation/perf-ftrace.txt 2 additions, 2 deletionstools/perf/Documentation/perf-ftrace.txt
- tools/perf/Documentation/perf-kallsyms.txt 1 addition, 1 deletiontools/perf/Documentation/perf-kallsyms.txt
- tools/perf/Documentation/perf-trace.txt 2 additions, 2 deletionstools/perf/Documentation/perf-trace.txt
- tools/perf/Makefile.perf 2 additions, 10 deletionstools/perf/Makefile.perf
- tools/perf/arch/arm/util/cs-etm.c 8 additions, 4 deletionstools/perf/arch/arm/util/cs-etm.c
- tools/perf/arch/powerpc/entry/syscalls/syscall.tbl 6 additions, 15 deletionstools/perf/arch/powerpc/entry/syscalls/syscall.tbl
Loading
Please register or sign in to comment