Merge tag 'perf-tools-fixes-for-v6.0-2022-08-27' of...
Merge tag 'perf-tools-fixes-for-v6.0-2022-08-27' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux Pull perf tools fixes from Arnaldo Carvalho de Melo: - Fixup setup of weak groups when using 'perf stat --repeat', add a 'perf test' for it. - Fix memory leaks in 'perf sched record' detected with -fsanitize=address. - Fix build when PYTHON_CONFIG is user supplied. - Capitalize topdown metrics' names in 'perf stat', so that the output, sometimes parsed, matches the Intel SDM docs. - Make sure the documentation for the save_type filter about Intel systems with Arch LBR support (12th-Gen+ client or 4th-Gen Xeon+ server) reflects recent related kernel changes. - Fix 'perf record' man page formatting of description of support to hybrid systems. - Update arm64´s KVM header from the kernel sources. * tag 'perf-tools-fixes-for-v6.0-2022-08-27' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux: perf stat: Capitalize topdown metrics' names perf docs: Update the documentation for the save_type filter perf sched: Fix memory leaks in __cmd_record detected with -fsanitize=address perf record: Fix manpage formatting of description of support to hybrid systems perf test: Stat test for repeat with a weak group perf stat: Clear evsel->reset_group for each stat run tools kvm headers arm64: Update KVM header from the kernel sources perf python: Fix build when PYTHON_CONFIG is user supplied
Showing
- tools/arch/arm64/include/uapi/asm/kvm.h 4 additions, 2 deletionstools/arch/arm64/include/uapi/asm/kvm.h
- tools/perf/Documentation/intel-hybrid.txt 0 additions, 10 deletionstools/perf/Documentation/intel-hybrid.txt
- tools/perf/Documentation/perf-record.txt 5 additions, 2 deletionstools/perf/Documentation/perf-record.txt
- tools/perf/Makefile.config 1 addition, 1 deletiontools/perf/Makefile.config
- tools/perf/builtin-sched.c 19 additions, 5 deletionstools/perf/builtin-sched.c
- tools/perf/builtin-stat.c 1 addition, 0 deletionstools/perf/builtin-stat.c
- tools/perf/tests/shell/stat.sh 19 additions, 0 deletionstools/perf/tests/shell/stat.sh
- tools/perf/util/stat-shadow.c 12 additions, 12 deletionstools/perf/util/stat-shadow.c
Please register or sign in to comment