[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210117210908.13730-1-acme@kernel.org>
Date: Sun, 17 Jan 2021 18:09:08 -0300
From: Arnaldo Carvalho de Melo <acme@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Ingo Molnar <mingo@...nel.org>,
Thomas Gleixner <tglx@...utronix.de>,
Jiri Olsa <jolsa@...nel.org>,
Namhyung Kim <namhyung@...nel.org>,
linux-kernel@...r.kernel.org, linux-perf-users@...r.kernel.org,
Arnaldo Carvalho de Melo <acme@...nel.org>,
Adrian Hunter <adrian.hunter@...el.com>,
Al Grant <al.grant@...s.arm.com>,
Andi Kleen <ak@...ux.intel.com>,
Denis Nikitin <denik@...omium.org>,
Ian Rogers <irogers@...gle.com>,
Jin Yao <yao.jin@...ux.intel.com>,
Kan Liang <kan.liang@...ux.intel.com>,
Arnaldo Carvalho de Melo <acme@...hat.com>
Subject: [GIT PULL] perf tools fixes for v5.11
Hi Linus,
Please consider pulling,
Best regards,
- Arnaldo
The following changes since commit f4e087c666f54559cb4e530af1fbfc9967e14a15:
Merge tag 'acpi-5.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm (2021-01-15 10:55:33 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git tags/perf-tools-fixes-2021-01-17
for you to fetch changes up to 648b054a4647cd62e13ba79f398b8b97a7c82b19:
perf inject: Correct event attribute sizes (2021-01-15 17:28:28 -0300)
----------------------------------------------------------------
perf tools fixes for 5.11:
- Fix 'CPU too large' error in Intel PT.
- Correct event attribute sizes in 'perf inject'.
- Sync build_bug.h and kvm.h kernel copies.
- Fix bpf.h header include directive in 5sec.c 'perf trace' bpf example.
- libbpf tests fixes.
- Fix shadow stat 'perf test' for non-bash shells.
- Take cgroups into account for shadow stats in 'perf stat'.
Signed-off-by: Arnaldo Carvalho de Melo <acme@...hat.com>
Test results in the signed tag at:
https://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git/tag/?h=perf-tools-fixes-2021-01-17
----------------------------------------------------------------
Adrian Hunter (1):
perf intel-pt: Fix 'CPU too large' error
Al Grant (1):
perf inject: Correct event attribute sizes
Arnaldo Carvalho de Melo (3):
perf bpf examples: Fix bpf.h header include directive in 5sec.c example
tools headers UAPI: Sync kvm.h headers with the kernel sources
tools headers: Syncronize linux/build_bug.h with the kernel sources
Ian Rogers (3):
libperf tests: Avoid uninitialized variable warning
libperf tests: If a test fails return non-zero
libperf tests: Fail when failing to get a tracepoint id
Namhyung Kim (3):
perf test: Fix shadow stat test for non-bash shells
perf stat: Introduce struct runtime_stat_data
perf stat: Take cgroups into account for shadow stats
tools/include/linux/build_bug.h | 5 -
tools/include/uapi/linux/kvm.h | 2 +
tools/lib/perf/tests/test-cpumap.c | 2 +-
tools/lib/perf/tests/test-evlist.c | 7 +-
tools/lib/perf/tests/test-evsel.c | 2 +-
tools/lib/perf/tests/test-threadmap.c | 2 +-
tools/perf/examples/bpf/5sec.c | 2 +-
tools/perf/tests/shell/stat+shadow_stat.sh | 30 ++-
tools/perf/util/header.c | 8 +
tools/perf/util/machine.c | 4 +-
tools/perf/util/session.c | 2 +-
tools/perf/util/stat-shadow.c | 366 +++++++++++++++--------------
12 files changed, 224 insertions(+), 208 deletions(-)
Powered by blists - more mailing lists