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>,
	Ian Rogers <irogers@google.com>,
	John Garry <john.garry@huawei.com>,
	Riccardo Mancini <rickyman7@gmail.com>,
	Arnaldo Carvalho de Melo <acme@redhat.com>
Subject: [GIT PULL] perf tools fixes for v5.13: 6th batch
Date: Sat, 19 Jun 2021 13:54:17 -0300	[thread overview]
Message-ID: <20210619165417.871997-1-acme@kernel.org> (raw)

Hi Linus,

	Please consider pulling,

Best regards,

- Arnaldo


The following changes since commit 9ed13a17e38e0537e24d9b507645002bf8d0201f:

  Merge tag 'net-5.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net (2021-06-18 18:55: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-for-v5.13-2021-06-19

for you to fetch changes up to 1792a59eab9593de2eae36c40c5a22d70f52c026:

  tools headers UAPI: Sync linux/in.h copy with the kernel sources (2021-06-19 10:15:22 -0300)

----------------------------------------------------------------
perf tools fixes for v5.13: 6th batch

- Fix refcount usage when processing PERF_RECORD_KSYMBOL.

- 'perf stat' metric group fixes.

- Fix 'perf test' non-bash issue with stat bpf counters.

- Update unistd, in.h and socket.h with the kernel sources, silencing
  perf build warnings.

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

----------------------------------------------------------------
Arnaldo Carvalho de Melo (3):
      perf beauty: Update copy of linux/socket.h with the kernel sources
      tools headers UAPI: Sync asm-generic/unistd.h with the kernel original
      tools headers UAPI: Sync linux/in.h copy with the kernel sources

Ian Rogers (1):
      perf test: Fix non-bash issue with stat bpf counters

John Garry (2):
      perf metricgroup: Fix find_evsel_group() event selector
      perf metricgroup: Return error code from metricgroup__add_metric_sys_event_iter()

Riccardo Mancini (1):
      perf machine: Fix refcount usage when processing PERF_RECORD_KSYMBOL

 tools/include/uapi/asm-generic/unistd.h        |  3 +--
 tools/include/uapi/linux/in.h                  |  3 +++
 tools/perf/tests/shell/stat_bpf_counters.sh    |  4 ++--
 tools/perf/trace/beauty/include/linux/socket.h |  2 --
 tools/perf/util/machine.c                      |  3 ++-
 tools/perf/util/metricgroup.c                  | 14 ++++++++------
 6 files changed, 16 insertions(+), 13 deletions(-)

             reply	other threads:[~2021-06-19 16:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-19 16:54 Arnaldo Carvalho de Melo [this message]
2021-06-19 22:00 ` [GIT PULL] perf tools fixes for v5.13: 6th 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=20210619165417.871997-1-acme@kernel.org \
    --to=acme@kernel.org \
    --cc=acme@redhat.com \
    --cc=irogers@google.com \
    --cc=john.garry@huawei.com \
    --cc=jolsa@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-perf-users@vger.kernel.org \
    --cc=mingo@kernel.org \
    --cc=namhyung@kernel.org \
    --cc=rickyman7@gmail.com \
    --cc=tglx@linutronix.de \
    --cc=torvalds@linux-foundation.org \
    /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).