All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] perf tools fixes for v5.15: 2nd batch
@ 2021-09-27 18:50 Arnaldo Carvalho de Melo
  2021-09-27 21:35 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Arnaldo Carvalho de Melo @ 2021-09-27 18:50 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Ingo Molnar, Thomas Gleixner, Jiri Olsa, Namhyung Kim,
	Clark Williams, Kate Carcia, linux-kernel, linux-perf-users,
	Arnaldo Carvalho de Melo, Colin King, Ian Rogers, James Clark,
	Like Xu, Arnaldo Carvalho de Melo

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@redhat.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(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] perf tools fixes for v5.15: 2nd batch
  2021-09-27 18:50 [GIT PULL] perf tools fixes for v5.15: 2nd batch Arnaldo Carvalho de Melo
@ 2021-09-27 21:35 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2021-09-27 21:35 UTC (permalink / raw)
  To: Arnaldo Carvalho de Melo
  Cc: Linus Torvalds, Ingo Molnar, Thomas Gleixner, Jiri Olsa,
	Namhyung Kim, Clark Williams, Kate Carcia, linux-kernel,
	linux-perf-users, Arnaldo Carvalho de Melo, Colin King,
	Ian Rogers, James Clark, Like Xu, Arnaldo Carvalho de Melo

The pull request you sent on Mon, 27 Sep 2021 15:50:26 -0300:

> git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git tags/perf-tools-fixes-for-v5.15-2021-09-27

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/0513e464f9007b70b96740271a948ca5ab6e7dd7

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-09-27 21:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-27 18:50 [GIT PULL] perf tools fixes for v5.15: 2nd batch Arnaldo Carvalho de Melo
2021-09-27 21:35 ` pr-tracker-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.