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>,
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>,
Adrian Hunter <adrian.hunter@intel.com>,
Alexei Starovoitov <ast@kernel.org>,
Daniel Dao <dqminh@cloudflare.com>, Leo Yan <leo.yan@linaro.org>,
Lieven Hey <lieven.hey@kdab.com>,
Arnaldo Carvalho de Melo <acme@redhat.com>
Subject: [GIT PULL] perf tools changes for v6.0: 4th batch
Date: Wed, 21 Sep 2022 23:26:00 +0100 [thread overview]
Message-ID: <20220921222600.29851-1-acme@kernel.org> (raw)
Hi Linus,
Please consider pulling,
Best regards,
- Arnaldo
The following changes since commit 60891ec99e141b74544d11e897a245ef06263052:
Merge tag 'for-6.0-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux (2022-09-20 10:23:24 -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-v6.0-2022-09-21
for you to fetch changes up to 999e4eaa4b3691acf85d094836260ec4b66c74fd:
perf tools: Honor namespace when synthesizing build-ids (2022-09-21 16:08:00 -0300)
----------------------------------------------------------------
perf tools fixes for v6.0: 4th batch
- Fix polling of system-wide events related to mixing per-cpu and per-thread
events.
- Do not check if /proc/modules is unchanged when copying /proc/kcore,
that doesn't get in the way of post processing analysis.
- Include program header in ELF files generated for JIT files, so that they can
be opened by tools using elfutils libraries.
- Enter namespaces when synthesizing build-ids.
- Fix some bugs related to a recent cpu_map overhaul where we should be
using an index and not the cpu number.
- Fix BPF program ELF section name, using the naming expected by libbpf when
using BPF counters in 'perf stat'.
- Add a new test for perf stat cgroup BPF counter.
- Adjust check on 'perf test wp' for older kernels, where the
PERF_EVENT_IOC_MODIFY_ATTRIBUTES ioctl isn't supported.
- Sync x86 cpufeatures with the kernel sources, no changes in tooling.
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
----------------------------------------------------------------
Adrian Hunter (3):
perf record: Fix cpu mask bit setting for mixed mmaps
libperf evlist: Fix polling of system-wide events
perf kcore_copy: Do not check /proc/modules is unchanged
Arnaldo Carvalho de Melo (1):
tools headers cpufeatures: Sync with the kernel sources
Lieven Hey (1):
perf jit: Include program header in ELF files
Namhyung Kim (6):
perf stat: Fix BPF program section name
perf stat: Fix cpu map index in bperf cgroup code
perf stat: Use evsel->core.cpus to iterate cpus in BPF cgroup counters
perf test: Add a new test for perf stat cgroup BPF counter
perf test: Skip wp modify test on old kernels
perf tools: Honor namespace when synthesizing build-ids
tools/arch/x86/include/asm/cpufeatures.h | 5 +-
tools/lib/perf/evlist.c | 5 +-
tools/perf/builtin-record.c | 2 +
tools/perf/tests/shell/stat_bpf_counters_cgrp.sh | 83 ++++++++++++++++++++++++
tools/perf/tests/wp.c | 10 ++-
tools/perf/util/bpf_counter_cgroup.c | 10 +--
tools/perf/util/bpf_skel/bperf_cgroup.bpf.c | 2 +-
tools/perf/util/genelf.c | 14 ++++
tools/perf/util/genelf.h | 4 ++
tools/perf/util/symbol-elf.c | 7 +-
tools/perf/util/synthetic-events.c | 17 ++++-
11 files changed, 139 insertions(+), 20 deletions(-)
create mode 100755 tools/perf/tests/shell/stat_bpf_counters_cgrp.sh
next reply other threads:[~2022-09-21 22:26 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-21 22:26 Arnaldo Carvalho de Melo [this message]
2022-09-22 18:15 ` [GIT PULL] perf tools changes for v6.0: 4th 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=20220921222600.29851-1-acme@kernel.org \
--to=acme@kernel.org \
--cc=acme@redhat.com \
--cc=adrian.hunter@intel.com \
--cc=ast@kernel.org \
--cc=dqminh@cloudflare.com \
--cc=jolsa@kernel.org \
--cc=kcarcia@redhat.com \
--cc=leo.yan@linaro.org \
--cc=lieven.hey@kdab.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-perf-users@vger.kernel.org \
--cc=mingo@kernel.org \
--cc=namhyung@kernel.org \
--cc=tglx@linutronix.de \
--cc=torvalds@linux-foundation.org \
--cc=williams@redhat.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