[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210122135156.608434-1-acme@kernel.org>
Date: Fri, 22 Jan 2021 10:51:56 -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>,
Jin Yao <yao.jin@...ux.intel.com>,
Joakim Zhang <qiangqing.zhang@....com>,
John Garry <john.garry@...wei.com>,
Arnaldo Carvalho de Melo <acme@...hat.com>
Subject: [GIT PULL] perf tools fixes for v5.11, 2nd batch
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@...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-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(-)
Powered by blists - more mailing lists