linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
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>,
	Al Grant <al.grant@arm.com>,
	Chris Wilson <chris@chris-wilson.co.uk>,
	David Ahern <dsahern@kernel.org>, Ian Rogers <irogers@google.com>,
	Jin Yao <yao.jin@linux.intel.com>, Leo Yan <leo.yan@linaro.org>,
	Like Xu <like.xu@linux.intel.com>,
	Mathieu Poirier <mathieu.poirier@linaro.org>,
	Sumanth Korikkar <sumanthk@linux.ibm.com>,
	Thomas Richter <tmricht@linux.ibm.com>,
	Tiezhu Yang <yangtiezhu@loongson.cn>,
	Wei Li <liwei391@huawei.com>,
	Arnaldo Carvalho de Melo <acme@redhat.com>
Subject: [GIT PULL] perf tools fixes for v5.9
Date: Tue,  1 Sep 2020 19:41:54 -0300	[thread overview]
Message-ID: <20200901224154.3436175-1-acme@kernel.org> (raw)

Hi Linus,

	Please consider pulling,

Best regards,

- Arnaldo

The following changes since commit da2968ff879b9e74688cdc658f646971991d2c56:

  Merge tag 'pci-v5.9-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci (2020-08-20 14:17:03 -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-01

for you to fetch changes up to 977f739b7126bf98b5202e243f60cbc0a1ec2c3b:

  perf report: Disable ordered_events for raw dump (2020-09-01 12:20:25 -0300)

----------------------------------------------------------------
perf tools fixes for v5.9:

- Fix infinite loop in the TUI for grouped events in 'perf top/record', for
  instance when using "perf top -e '{cycles,instructions,cache-misses}'.

- Fix segfault by skipping side-band event setup if HAVE_LIBBPF_SUPPORT is not set.

- Fix synthesized branch stacks generated from CoreSight ETM trace and Intel PT
  hardware traces.

- Fix error when synthesizing events from ARM SPE hardware trace.

- The SNOOPX and REMOTE offsets in the data_src bitmask in perf records were
  were both 37, SNOOPX is 38, fix it.

- Fix use of CPU list with summary option in 'perf sched timehist'.

- Avoid an uninitialized read when using fake PMUs.

- Set perf_event_attr.exclude_guest=1 for user-space counting.

- Don't order events when doing a 'perf report -D' raw dump of perf.data records.

- Set NULL sentinel in pmu_events table in "Parse and process metrics" 'perf test'

- Fix basic bpf filtering 'perf test' on s390x.

- Fix out of bounds array access in the 'perf stat' print_counters() evlist method.

- Add mwait_idle_with_hints.constprop.0 to the list of idle symbols.

- Use %zd for size_t printf formats on 32-bit.

- Correct the help info of "perf record --no-bpf-event" option.

- Add entries for CoreSight and Arm SPE tooling to MAINTAINERS.

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>

Al Grant (3):
  perf cs-etm: Fix corrupt data after perf inject from
  perf intel-pt: Fix corrupt data after perf inject from
  perf tools: Correct SNOOPX field offset

Arnaldo Carvalho de Melo (2):
  perf symbols: Add mwait_idle_with_hints.constprop.0 to the list of idle symbols
  perf top/report: Fix infinite loop in the TUI for grouped events

Chris Wilson (1):
  perf tools: Use %zd for size_t printf formats on 32-bit

David Ahern (1):
  perf sched timehist: Fix use of CPU list with summary option

Ian Rogers (1):
  perf parse-events: Avoid an uninitialized read when using fake PMUs

Jin Yao (1):
  perf parse-events: Set exclude_guest=1 for user-space counting

Jiri Olsa (1):
  perf report: Disable ordered_events for raw dump

Mathieu Poirier (1):
  MAINTAINERS: Add entries for CoreSight and Arm SPE tooling

Sumanth Korikkar (1):
  perf test: Fix basic bpf filtering test

Thomas Richter (2):
  perf test: Set NULL sentinel in pmu_events table in "Parse and process metrics" test
  perf stat: Fix out of bounds array access in the print_counters() evlist method

Tiezhu Yang (1):
  perf top: Skip side-band event setup if HAVE_LIBBPF_SUPPORT is not set

Wei Li (2):
  perf: arm-spe: Fix check error when synthesizing events
  perf record: Correct the help info of option "--no-bpf-event"

 MAINTAINERS                                   |  8 ++++-
 tools/include/uapi/linux/perf_event.h         |  2 +-
 tools/perf/builtin-record.c                   |  2 +-
 tools/perf/builtin-report.c                   |  3 ++
 tools/perf/builtin-sched.c                    |  6 +++-
 tools/perf/builtin-top.c                      |  2 ++
 tools/perf/tests/bpf.c                        |  2 +-
 tools/perf/tests/parse-events.c               |  4 +--
 tools/perf/tests/parse-metric.c               |  3 ++
 tools/perf/ui/browsers/hists.c                |  3 +-
 .../util/arm-spe-decoder/arm-spe-decoder.c    |  6 ++--
 tools/perf/util/cs-etm.c                      |  9 +++++-
 tools/perf/util/intel-pt.c                    |  9 +++++-
 tools/perf/util/parse-events.c                | 31 ++++++++++++-------
 tools/perf/util/session.c                     |  2 +-
 tools/perf/util/stat-display.c                |  2 +-
 tools/perf/util/symbol.c                      |  1 +
 tools/perf/util/zstd.c                        |  2 +-
 18 files changed, 69 insertions(+), 28 deletions(-)

-- 
2.26.2

             reply	other threads:[~2020-09-01 22:41 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-01 22:41 Arnaldo Carvalho de Melo [this message]
2020-09-02  2:43 ` [GIT PULL] perf tools fixes for v5.9 Linus Torvalds
2020-09-02 13:30   ` Arnaldo Carvalho de Melo
2020-09-02  2:45 ` 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=20200901224154.3436175-1-acme@kernel.org \
    --to=acme@kernel.org \
    --cc=acme@redhat.com \
    --cc=al.grant@arm.com \
    --cc=chris@chris-wilson.co.uk \
    --cc=dsahern@kernel.org \
    --cc=irogers@google.com \
    --cc=jolsa@kernel.org \
    --cc=leo.yan@linaro.org \
    --cc=like.xu@linux.intel.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-perf-users@vger.kernel.org \
    --cc=liwei391@huawei.com \
    --cc=mathieu.poirier@linaro.org \
    --cc=mingo@kernel.org \
    --cc=namhyung@kernel.org \
    --cc=sumanthk@linux.ibm.com \
    --cc=tglx@linutronix.de \
    --cc=tmricht@linux.ibm.com \
    --cc=torvalds@linux-foundation.org \
    --cc=yangtiezhu@loongson.cn \
    --cc=yao.jin@linux.intel.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).