[GIT PULL] perf tools fixes for v5.11, 2nd batch

From: Arnaldo Carvalho de Melo
Date: Fri Jan 22 2021 - 08:53:13 EST


Hi Linus,

Please consider pulling,

Best regards,

- Arnaldo

The following changes since commit 9f29bd8b2e7132b409178d1367dae1813017bd0e:

Merge tag 'fs_for_v5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs (2021-01-21 11:45:40 -0800)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git tags/perf-tools-fixes-v5.11-2-2021-01-22

for you to fetch changes up to 8adc0a06d68a2e433b960377e515e7a6b19b429f:

perf script: Fix overrun issue for dynamically-allocated PMU type number (2021-01-21 17:25:33 -0300)

----------------------------------------------------------------
perf tools fixes for 5.11, 2nd batch:

- Fix id index used in Intel PT for heterogeneous systems.

- Fix overrun issue in 'perf script' for dynamically-allocated PMU type number.

- Fix 'perf stat' metrics containing the 'duration_time' synthetic event.

- Fix system PMU 'perf stat' metrics.

Signed-off-by: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>

Test results in the signed tag at:

https://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git/tag/?h=perf-tools-fixes-v5.11-2-2021-01-22

Adrian Hunter (1):
perf evlist: Fix id index for heterogeneous systems

Jin Yao (1):
perf script: Fix overrun issue for dynamically-allocated PMU type number

John Garry (2):
perf metricgroup: Fix for metrics containing duration_time
perf metricgroup: Fix system PMU metrics

tools/lib/perf/evlist.c | 17 ++++-------------
tools/perf/builtin-script.c | 18 +++++++++++++++++-
tools/perf/util/metricgroup.c | 16 +++++++++++-----
3 files changed, 32 insertions(+), 19 deletions(-)