[GIT PULL] perf tools fixes for v5.13: 6th batch

From: Arnaldo Carvalho de Melo
Date: Sat Jun 19 2021 - 12:54:44 EST


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@xxxxxxxxxx>

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