Merge tag 'perf-tools-fixes-for-v5.15-2021-09-27' of...
Merge tag 'perf-tools-fixes-for-v5.15-2021-09-27' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux Pull more perf tools fixes from Arnaldo Carvalho de Melo: - Fix 'perf test' DWARF unwind for optimized builds. - Fix 'perf test' 'Object code reading' when dealing with samples in @plt symbols. - Fix off-by-one directory paths in the ARM support code. - Fix error message to eliminate confusion in 'perf config' when first creating a config file. - 'perf iostat' fix for system wide operation. - Fix printing of metrics when 'perf iostat' is used with one or more iio_root_ports and unconnected cpus (using -C). - Fix several typos in the documentation files. - Fix spelling mistake "icach" -> "icache" in the power8 JSON vendor files. * tag 'perf-tools-fixes-for-v5.15-2021-09-27' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux: perf iostat: Fix Segmentation fault from NULL 'struct perf_counts_values *' perf iostat: Use system-wide mode if the target cpu_list is unspecified perf config: Refine error message to eliminate confusion perf doc: Fix typos all over the place perf arm: Fix off-by-one directory paths. perf vendor events powerpc: Fix spelling mistake "icach" -> "icache" perf tests: Fix flaky test 'Object code reading' perf test: Fix DWARF unwind for optimized builds.
Showing
- tools/perf/Documentation/jitdump-specification.txt 1 addition, 1 deletiontools/perf/Documentation/jitdump-specification.txt
- tools/perf/Documentation/perf-c2c.txt 1 addition, 1 deletiontools/perf/Documentation/perf-c2c.txt
- tools/perf/Documentation/perf-intel-pt.txt 1 addition, 1 deletiontools/perf/Documentation/perf-intel-pt.txt
- tools/perf/Documentation/perf-lock.txt 1 addition, 1 deletiontools/perf/Documentation/perf-lock.txt
- tools/perf/Documentation/perf-script-perl.txt 1 addition, 1 deletiontools/perf/Documentation/perf-script-perl.txt
- tools/perf/Documentation/perf-script-python.txt 1 addition, 1 deletiontools/perf/Documentation/perf-script-python.txt
- tools/perf/Documentation/perf-stat.txt 1 addition, 1 deletiontools/perf/Documentation/perf-stat.txt
- tools/perf/Documentation/topdown.txt 1 addition, 1 deletiontools/perf/Documentation/topdown.txt
- tools/perf/arch/arm/util/auxtrace.c 4 additions, 4 deletionstools/perf/arch/arm/util/auxtrace.c
- tools/perf/arch/arm/util/cs-etm.c 12 additions, 12 deletionstools/perf/arch/arm/util/cs-etm.c
- tools/perf/arch/arm/util/perf_regs.c 1 addition, 1 deletiontools/perf/arch/arm/util/perf_regs.c
- tools/perf/arch/arm/util/pmu.c 1 addition, 1 deletiontools/perf/arch/arm/util/pmu.c
- tools/perf/arch/arm/util/unwind-libdw.c 3 additions, 3 deletionstools/perf/arch/arm/util/unwind-libdw.c
- tools/perf/arch/arm/util/unwind-libunwind.c 2 additions, 2 deletionstools/perf/arch/arm/util/unwind-libunwind.c
- tools/perf/arch/x86/util/iostat.c 1 addition, 1 deletiontools/perf/arch/x86/util/iostat.c
- tools/perf/builtin-stat.c 2 additions, 0 deletionstools/perf/builtin-stat.c
- tools/perf/pmu-events/arch/powerpc/power8/other.json 1 addition, 1 deletiontools/perf/pmu-events/arch/powerpc/power8/other.json
- tools/perf/tests/code-reading.c 2 additions, 2 deletionstools/perf/tests/code-reading.c
- tools/perf/tests/dwarf-unwind.c 32 additions, 7 deletionstools/perf/tests/dwarf-unwind.c
- tools/perf/util/config.c 1 addition, 1 deletiontools/perf/util/config.c
Loading
Please register or sign in to comment