[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210927185026.389135-1-acme@kernel.org>
Date: Mon, 27 Sep 2021 15:50:26 -0300
From: Arnaldo Carvalho de Melo <acme@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Ingo Molnar <mingo@...nel.org>,
Thomas Gleixner <tglx@...utronix.de>,
Jiri Olsa <jolsa@...nel.org>,
Namhyung Kim <namhyung@...nel.org>,
Clark Williams <williams@...hat.com>,
Kate Carcia <kcarcia@...hat.com>, linux-kernel@...r.kernel.org,
linux-perf-users@...r.kernel.org,
Arnaldo Carvalho de Melo <acme@...nel.org>,
Colin King <colin.king@...onical.com>,
Ian Rogers <irogers@...gle.com>,
James Clark <james.clark@....com>,
Like Xu <likexu@...cent.com>,
Arnaldo Carvalho de Melo <acme@...hat.com>
Subject: [GIT PULL] perf tools fixes for v5.15: 2nd batch
Hi Linus,
Please consider pulling,
Best regards,
- Arnaldo
The following changes since commit 5816b3e6577eaa676ceb00a848f0fd65fe2adc29:
Linux 5.15-rc3 (2021-09-26 14:08:19 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git tags/perf-tools-fixes-for-v5.15-2021-09-27
for you to fetch changes up to 4da8b121884d84476f3d50d46a471471af1aa9df:
perf iostat: Fix Segmentation fault from NULL 'struct perf_counts_values *' (2021-09-27 09:41:07 -0300)
----------------------------------------------------------------
perf tools fixes for v5.15: 2nd batch
- 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.
Signed-off-by: Arnaldo Carvalho de Melo <acme@...hat.com>
----------------------------------------------------------------
Colin Ian King (1):
perf vendor events powerpc: Fix spelling mistake "icach" -> "icache"
Ian Rogers (2):
perf test: Fix DWARF unwind for optimized builds.
perf arm: Fix off-by-one directory paths.
James Clark (1):
perf tests: Fix flaky test 'Object code reading'
Like Xu (4):
perf doc: Fix typos all over the place
perf config: Refine error message to eliminate confusion
perf iostat: Use system-wide mode if the target cpu_list is unspecified
perf iostat: Fix Segmentation fault from NULL 'struct perf_counts_values *'
tools/perf/Documentation/jitdump-specification.txt | 2 +-
tools/perf/Documentation/perf-c2c.txt | 2 +-
tools/perf/Documentation/perf-intel-pt.txt | 2 +-
tools/perf/Documentation/perf-lock.txt | 2 +-
tools/perf/Documentation/perf-script-perl.txt | 2 +-
tools/perf/Documentation/perf-script-python.txt | 2 +-
tools/perf/Documentation/perf-stat.txt | 2 +-
tools/perf/Documentation/topdown.txt | 2 +-
tools/perf/arch/arm/util/auxtrace.c | 8 ++---
tools/perf/arch/arm/util/cs-etm.c | 24 ++++++-------
tools/perf/arch/arm/util/perf_regs.c | 2 +-
tools/perf/arch/arm/util/pmu.c | 2 +-
tools/perf/arch/arm/util/unwind-libdw.c | 6 ++--
tools/perf/arch/arm/util/unwind-libunwind.c | 4 +--
tools/perf/arch/x86/util/iostat.c | 2 +-
tools/perf/builtin-stat.c | 2 ++
.../perf/pmu-events/arch/powerpc/power8/other.json | 2 +-
tools/perf/tests/code-reading.c | 4 +--
tools/perf/tests/dwarf-unwind.c | 39 ++++++++++++++++++----
tools/perf/util/config.c | 2 +-
20 files changed, 70 insertions(+), 43 deletions(-)
Powered by blists - more mailing lists