linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] perf tools fixes for v5.10: 3rd batch
@ 2020-11-17 13:17 Arnaldo Carvalho de Melo
  2020-11-17 19:34 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Arnaldo Carvalho de Melo @ 2020-11-17 13:17 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Ingo Molnar, Thomas Gleixner, Jiri Olsa, Namhyung Kim,
	linux-kernel, linux-perf-users, Arnaldo Carvalho de Melo,
	Al Grant, Ian Rogers, Leo Yan, Arnaldo Carvalho de Melo

Hi Linus,

	Please consider pulling,

Best regards,

- Arnaldo

The following changes since commit af5043c89a8ef6b6949a245fff355a552eaed240:

  Merge tag 'acpi-5.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm (2020-11-12 11:06:53 -0800)

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.10-2020-11-17

for you to fetch changes up to 568beb27959b0515d325ea1c6cf211eed2d66740:

  perf test: Avoid an msan warning in a copied stack. (2020-11-16 14:10:58 -0300)

----------------------------------------------------------------
perf tools updates for v5.10: 3rd batch.

- Fix file corruption due to event deletion in 'perf inject'.

- Update arch/x86/lib/mem{cpy,set}_64.S copies used in 'perf bench mem
  memcpy', silencing perf build warning.

- Avoid an msan warning in a copied stack in 'perf test'.

- Correct tracepoint field name "flags" in ARM's CS-ETM hardware tracing
  'perf test' entry.

- Update branch sample pattern for cs-etm to cope with excluding guest
  in userspace counting.

- Don't free "lock_seq_stat" if read_count isn't zero in 'perf lock'.

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>

Test results at the signed tag at:

https://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git/tag/?h=perf-tools-fixes-for-v5.10-2020-11-17

----------------------------------------------------------------
Al Grant (1):
      perf inject: Fix file corruption due to event deletion

Arnaldo Carvalho de Melo (1):
      tools arch: Update arch/x86/lib/mem{cpy,set}_64.S copies used in 'perf bench mem memcpy'

Ian Rogers (1):
      perf test: Avoid an msan warning in a copied stack.

Leo Yan (4):
      perf lock: Correct field name "flags"
      perf lock: Don't free "lock_seq_stat" if read_count isn't zero
      perf test: Fix a typo in cs-etm testing
      perf test: Update branch sample pattern for cs-etm

 tools/arch/x86/lib/memcpy_64.S               |  8 +++-----
 tools/arch/x86/lib/memset_64.S               | 11 ++++++-----
 tools/perf/arch/x86/tests/dwarf-unwind.c     |  7 +++++++
 tools/perf/bench/mem-memcpy-x86-64-asm.S     |  3 +++
 tools/perf/bench/mem-memset-x86-64-asm.S     |  3 +++
 tools/perf/builtin-inject.c                  | 12 +-----------
 tools/perf/builtin-lock.c                    |  4 ++--
 tools/perf/tests/shell/test_arm_coresight.sh |  4 ++--
 tools/perf/util/include/linux/linkage.h      |  7 +++++++
 9 files changed, 34 insertions(+), 25 deletions(-)

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

end of thread, other threads:[~2020-11-17 19:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-17 13:17 [GIT PULL] perf tools fixes for v5.10: 3rd batch Arnaldo Carvalho de Melo
2020-11-17 19:34 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).