linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] perf tools fixes for v5.9: 2nd batch
@ 2020-09-04  2:07 Arnaldo Carvalho de Melo
  2020-09-04  2:13 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Arnaldo Carvalho de Melo @ 2020-09-04  2:07 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Ingo Molnar, Thomas Gleixner, Jiri Olsa, Namhyung Kim,
	linux-kernel, linux-perf-users, Arnaldo Carvalho de Melo,
	Arnaldo Carvalho de Melo, Jin Yao, Kim Phillips,
	Tzvetomir Stoyanov, YueHaibing, Arnaldo Carvalho de Melo

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(-)

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

end of thread, other threads:[~2020-09-04  2:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-04  2:07 [GIT PULL] perf tools fixes for v5.9: 2nd batch Arnaldo Carvalho de Melo
2020-09-04  2:13 ` 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).