Merge tag 'perf-tools-fixes-for-v5.14-2021-08-01' of git://git.kernel.org/pub/scm...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 1 Aug 2021 19:25:30 +0000 (12:25 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 1 Aug 2021 19:25:30 +0000 (12:25 -0700)
commitd4affd6b6e81443ec8d00de0306ca61911e81441
tree48cb13658aff760c53a1f1edb92fbd8cf1b10b9a
parentc82357a7b32c0690b8581f72f197b1ce6118543c
parent9bac1bd6e6d36459087a728a968e79e37ebcea1a
Merge tag 'perf-tools-fixes-for-v5.14-2021-08-01' of git://git./linux/kernel/git/acme/linux

Pull perf tools fixes from Arnaldo Carvalho de Melo:

 - Revert "perf map: Fix dso->nsinfo refcounting", this makes 'perf top'
   abort, uncovering a design flaw on how namespace information is kept.
   The fix for that is more than we can do right now, leave it for the
   next merge window.

 - Split --dump-raw-trace by AUX records for ARM's CoreSight, fixing up
   the decoding of some records.

 - Fix PMU alias matching.

Thanks to James Clark and John Garry for these fixes.

* tag 'perf-tools-fixes-for-v5.14-2021-08-01' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux:
  Revert "perf map: Fix dso->nsinfo refcounting"
  perf pmu: Fix alias matching
  perf cs-etm: Split --dump-raw-trace by AUX records