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>,
linux-kernel@vger.kernel.org, linux-perf-users@vger.kernel.org,
Arnaldo Carvalho de Melo <acme@kernel.org>,
Arnaldo Carvalho de Melo <arnaldo.melo@gmail.com>,
Jin Yao <yao.jin@linux.intel.com>,
Kim Phillips <kim.phillips@amd.com>,
Tzvetomir Stoyanov <tz.stoyanov@gmail.com>,
YueHaibing <yuehaibing@huawei.com>,
Arnaldo Carvalho de Melo <acme@redhat.com>
Subject: [GIT PULL] perf tools fixes for v5.9: 2nd batch
Date: Thu, 3 Sep 2020 23:07:28 -0300 [thread overview]
Message-ID: <20200904020728.3734002-1-acme@kernel.org> (raw)
Hi Linus,
Please consider pulling,
Best regards,
- Arnaldo
Comprehensive test results are available in the signed tag.
The following changes since commit e28f0104343d0c132fa37f479870c9e43355fee4:
Merge tag 'fixes-2020-09-03' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock (2020-09-03 10:05:48 -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.9-2020-09-03
for you to fetch changes up to 830fadfd954c6782b7a8a2461c76a568c7153b9a:
perf tools: Add bpf image check to __map__is_kmodule (2020-09-03 16:04:46 -0300)
----------------------------------------------------------------
perf tools fixes for v5.9: 2nd batch
- Use uintptr_t when casting numbers to pointers
- Keep output expected by 3rd parties: Turn off summary for interval
mode by default.
- BPF is in kernel space, make sure do_validate_kcore_modules() knows
about that.
- Explicitly call out event modifiers in the documentation.
- Fix jevents() allocation of space for regular expressions.
- Address libtraceevent build warnings on 32-bit arches.
- Fix checking of functions returns using ERR_PTR() in 'perf bench'.
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
----------------------------------------------------------------
Arnaldo Carvalho de Melo (1):
perf parse-events: Use uintptr_t when casting numbers to pointers
Jin Yao (1):
perf stat: Turn off summary for interval mode by default
Jiri Olsa (1):
perf tools: Add bpf image check to __map__is_kmodule
Kim Phillips (1):
perf record/stat: Explicitly call out event modifiers in the documentation
Namhyung Kim (1):
perf jevents: Fix suspicious code in fixregex()
Tzvetomir Stoyanov (VMware) (1):
libtraceevent: Fix build warning on 32-bit arches
YueHaibing (1):
perf bench: The do_run_multi_threaded() function must use IS_ERR(perf_session__new())
tools/lib/traceevent/event-parse.c | 2 +-
tools/perf/Documentation/perf-record.txt | 4 ++++
tools/perf/Documentation/perf-stat.txt | 7 +++++++
tools/perf/bench/synthesize.c | 4 ++--
tools/perf/builtin-stat.c | 8 +++++---
tools/perf/pmu-events/jevents.c | 2 +-
tools/perf/util/machine.c | 6 ------
tools/perf/util/map.c | 16 ++++++++++++++++
tools/perf/util/map.h | 9 ++++++++-
tools/perf/util/parse-events.y | 8 ++++----
tools/perf/util/stat.h | 1 +
11 files changed, 49 insertions(+), 18 deletions(-)
next reply other threads:[~2020-09-04 2:07 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-04 2:07 Arnaldo Carvalho de Melo [this message]
2020-09-04 2:13 ` [GIT PULL] perf tools fixes for v5.9: 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=20200904020728.3734002-1-acme@kernel.org \
--to=acme@kernel.org \
--cc=acme@redhat.com \
--cc=arnaldo.melo@gmail.com \
--cc=jolsa@kernel.org \
--cc=kim.phillips@amd.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=tz.stoyanov@gmail.com \
--cc=yao.jin@linux.intel.com \
--cc=yuehaibing@huawei.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;
as well as URLs for NNTP newsgroup(s).