linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Second batch of perf tooling fixes for v5.8
@ 2020-07-07 20:24 Arnaldo Carvalho de Melo
  2020-07-08  0:05 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Arnaldo Carvalho de Melo @ 2020-07-07 20:24 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Ingo Molnar, Thomas Gleixner, Jiri Olsa, Namhyung Kim,
	linux-kernel, linux-perf-users, Arnaldo Carvalho de Melo,
	Adrian Hunter, Andreas Gerstmayr, Steven Rostedt, Tom Zanussi,
	Tzvetomir Stoyanov, Wei Li

Hi Linus,

	Please consider pulling,

Best regards,

- Arnaldo

The following changes since commit cdd3bb54332f82295ed90cd0c09c78cd0c0ee822:

  Merge tag 'm68knommu-for-v5.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu (2020-07-02 22:56:29 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git tags/perf-tools-fixes-2020-07-07

for you to fetch changes up to bee9ca1c8a237ca178f281062bf162637071ab04:

  perf report TUI: Remove needless 'dummy' event from menu (2020-07-06 09:24:02 -0300)

----------------------------------------------------------------
Second batch of perf tooling fixes for v5.8:

- Intel PT fixes for PEBS-via-PT with registers.

- Fixes for Intel PT python based GUI.

- Avoid duplicated sideband events with Intel PT in system wide tracing.

- Remove needless 'dummy' event from TUI menu, used when synthesizing
  meta data events for pre-existing processes.

- Fix corner case segfault when pressing enter in a screen without
  entries in the TUI for report/top.

- Fixes for time stamp handling in libtraceevent.

- Explicitly set utf-8 encoding in perf flamegraph.

- Update arch/x86/lib/memcpy_64.S copy used in 'perf bench mem memcpy',
  silencing perf build warning.

Adrian Hunter (9):
      perf scripts python: export-to-postgresql.py: Fix struct.pack() int argument
      perf record: Fix duplicated sideband events with Intel PT system wide tracing
      perf scripts python: exported-sql-viewer.py: Fix unexpanded 'Find' result
      perf scripts python: exported-sql-viewer.py: Fix zero id in call graph 'Find' result
      perf scripts python: exported-sql-viewer.py: Fix zero id in call tree 'Find' result
      perf scripts python: exported-sql-viewer.py: Fix time chart call tree
      perf intel-pt: Fix recording PEBS-via-PT with registers
      perf intel-pt: Fix displaying PEBS-via-PT with registers
      perf intel-pt: Fix PEBS sample for XMM registers

Andreas Gerstmayr (1):
      perf flamegraph: Explicitly set utf-8 encoding

Arnaldo Carvalho de Melo (3):
      Merge remote-tracking branch 'torvalds/master' into perf/urgent
      tools arch: Update arch/x86/lib/memcpy_64.S copy used in 'perf bench mem memcpy'
      perf report TUI: Remove needless 'dummy' event from menu

Steven Rostedt (Red Hat) (1):
      tools lib traceevent: Add API to read time information from kbuffer

Tom Zanussi (1):
      tools lib traceevent: Add proper KBUFFER_TYPE_TIME_STAMP handling

Wei Li (1):
      perf report TUI: Fix segmentation fault in perf_evsel__hists_browse()

 tools/arch/x86/lib/memcpy_64.S                    |  4 +++
 tools/lib/traceevent/kbuffer-parse.c              | 43 +++++++++++++++++++----
 tools/lib/traceevent/kbuffer.h                    |  2 ++
 tools/perf/arch/x86/util/intel-pt.c               |  1 +
 tools/perf/builtin-record.c                       | 18 +++++-----
 tools/perf/builtin-script.c                       |  2 +-
 tools/perf/scripts/python/export-to-postgresql.py |  2 +-
 tools/perf/scripts/python/exported-sql-viewer.py  | 11 ++++--
 tools/perf/scripts/python/flamegraph.py           |  8 +++--
 tools/perf/ui/browsers/hists.c                    | 36 +++++++++++++++----
 tools/perf/util/evlist.c                          | 12 +++++++
 tools/perf/util/evlist.h                          |  1 +
 tools/perf/util/evsel.c                           | 12 ++-----
 tools/perf/util/evsel.h                           |  6 ++++
 tools/perf/util/intel-pt.c                        |  5 +--
 15 files changed, 123 insertions(+), 40 deletions(-)

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

* Re: [GIT PULL] Second batch of perf tooling fixes for v5.8
  2020-07-07 20:24 [GIT PULL] Second batch of perf tooling fixes for v5.8 Arnaldo Carvalho de Melo
@ 2020-07-08  0:05 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2020-07-08  0:05 UTC (permalink / raw)
  Cc: Linus Torvalds, Ingo Molnar, Thomas Gleixner, Jiri Olsa,
	Namhyung Kim, linux-kernel, linux-perf-users,
	Arnaldo Carvalho de Melo, Adrian Hunter, Andreas Gerstmayr,
	Steven Rostedt, Tom Zanussi, Tzvetomir Stoyanov, Wei Li

The pull request you sent on Tue,  7 Jul 2020 17:24:50 -0300:

> git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git tags/perf-tools-fixes-2020-07-07

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/dcde237b9b0eb1d19306e6f48c0a4e058907619f

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

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

end of thread, other threads:[~2020-07-08  0:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-07 20:24 [GIT PULL] Second batch of perf tooling fixes for v5.8 Arnaldo Carvalho de Melo
2020-07-08  0:05 ` 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).