From: Arnaldo Carvalho de Melo <acme@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: "Ingo Molnar" <mingo@kernel.org>,
"Thomas Gleixner" <tglx@linutronix.de>,
"Jiri Olsa" <jolsa@kernel.org>,
"Namhyung Kim" <namhyung@kernel.org>,
"Ian Rogers" <irogers@google.com>,
"Adrian Hunter" <adrian.hunter@intel.com>,
"Clark Williams" <williams@redhat.com>,
"Kate Carcia" <kcarcia@redhat.com>,
linux-kernel@vger.kernel.org, linux-perf-users@vger.kernel.org,
"Arnaldo Carvalho de Melo" <acme@kernel.org>,
"Andi Kleen" <ak@linux.intel.com>,
"Aneesh Kumar K . V" <aneesh.kumar@linux.ibm.com>,
"Athira Rajeev" <atrajeev@linux.vnet.ibm.com>,
"Georg Müller" <georgmueller@gmx.net>,
"Haixin Yu" <yuhaixin.yhx@linux.alibaba.com>,
"Jing Zhang" <renyu.zj@linux.alibaba.com>,
"Thomas Richter" <tmricht@linux.ibm.com>,
"Arnaldo Carvalho de Melo" <acme@redhat.com>
Subject: [GIT PULL] perf tools fixes for v6.5: 2nd batch
Date: Thu, 3 Aug 2023 18:45:02 -0300 [thread overview]
Message-ID: <20230803214502.19504-1-acme@kernel.org> (raw)
Hi Linus,
Please consider pulling,
Best regards,
- Arnaldo
The following changes since commit 6eaae198076080886b9e7d57f4ae06fa782f90ef:
Linux 6.5-rc3 (2023-07-23 15:24:10 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-tools.git tags/perf-tools-fixes-for-v6.5-2-2023-08-03
for you to fetch changes up to 07d2b820fd75b96f550c93503f19c8cfcbc577cf:
perf test parse-events: Test complex name has required event format (2023-08-01 00:32:00 -0300)
----------------------------------------------------------------
perf tools fixes for 6.5: 2nd batch
- Fix segfault in the powerpc specific arch_skip_callchain_idx function.
The patch doing the reference count init/exit that went into 6.5 missed
this function.
- Fix regression reading the arm64 PMU cpu slots in sysfs, a patch removing
some code duplication ended up duplicating the /sysfs prefix for these files.
- Fix grouping of events related to topdown, addressing a regression on the CSV
output produced by 'perf stat' noticed on the downstream tool toplev.
- Fix the uprobe_from_different_cu 'perf test' entry, it is failing when
gcc isn't available, so we need to check that and skip the test if it
is not installed.
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
----------------------------------------------------------------
Athira Rajeev (1):
perf callchain powerpc: Fix addr location init during arch_skip_callchain_idx function
Georg Müller (1):
perf test uprobe_from_different_cu: Skip if there is no gcc
Haixin Yu (1):
perf pmu arm64: Fix reading the PMU cpu slots in sysfs
Ian Rogers (5):
perf parse-events: Extra care around force grouped events
perf parse-events: When fixing group leaders always set the leader
perf parse-events: Only move force grouped evsels when sorting
perf pmus: Create placholder regardless of scanning core_only
perf test parse-events: Test complex name has required event format
tools/perf/arch/arm64/util/pmu.c | 7 +--
tools/perf/arch/powerpc/util/skip-callchain-idx.c | 4 ++
tools/perf/tests/parse-events.c | 12 ++++-
.../tests/shell/test_uprobe_from_different_cu.sh | 8 ++-
tools/perf/util/parse-events.c | 58 ++++++++++++++--------
tools/perf/util/pmu.c | 11 ++++
tools/perf/util/pmu.h | 1 +
tools/perf/util/pmus.c | 16 +++---
8 files changed, 81 insertions(+), 36 deletions(-)
next reply other threads:[~2023-08-03 21:45 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-03 21:45 Arnaldo Carvalho de Melo [this message]
2023-08-03 22:52 ` [GIT PULL] perf tools fixes for v6.5: 2nd batch pr-tracker-bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230803214502.19504-1-acme@kernel.org \
--to=acme@kernel.org \
--cc=acme@redhat.com \
--cc=adrian.hunter@intel.com \
--cc=ak@linux.intel.com \
--cc=aneesh.kumar@linux.ibm.com \
--cc=atrajeev@linux.vnet.ibm.com \
--cc=georgmueller@gmx.net \
--cc=irogers@google.com \
--cc=jolsa@kernel.org \
--cc=kcarcia@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-perf-users@vger.kernel.org \
--cc=mingo@kernel.org \
--cc=namhyung@kernel.org \
--cc=renyu.zj@linux.alibaba.com \
--cc=tglx@linutronix.de \
--cc=tmricht@linux.ibm.com \
--cc=torvalds@linux-foundation.org \
--cc=williams@redhat.com \
--cc=yuhaixin.yhx@linux.alibaba.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox