Re: [PATCH 0/6] perf tools: Some Intel PT related fixes for v5.8

From: Arnaldo Carvalho de Melo
Date: Fri Jul 03 2020 - 07:20:27 EST


Em Mon, Jun 29, 2020 at 12:19:49PM +0300, Adrian Hunter escreveu:
> Hi
>
> Here are some Intel PT related fixes for v5.8.

Thanks, applied.

- Arnaldo

>
> Adrian Hunter (6):
> perf scripts python: export-to-postgresql.py: Fix struct.pack() int argument
> perf record: Fix duplicated sideband events with Intel PT system wide tracing
> perf scripts python: exported-sql-viewer.py: Fix unexpanded 'Find' result
> perf scripts python: exported-sql-viewer.py: Fix zero id in call graph 'Find' result
> perf scripts python: exported-sql-viewer.py: Fix zero id in call tree 'Find' result
> perf scripts python: exported-sql-viewer.py: Fix time chart call tree
>
> tools/perf/builtin-record.c | 18 +++++++++---------
> tools/perf/scripts/python/export-to-postgresql.py | 2 +-
> tools/perf/scripts/python/exported-sql-viewer.py | 11 +++++++++--
> tools/perf/util/evlist.c | 12 ++++++++++++
> tools/perf/util/evlist.h | 1 +
> tools/perf/util/evsel.c | 8 +-------
> tools/perf/util/evsel.h | 6 ++++++
> 7 files changed, 39 insertions(+), 19 deletions(-)
>
>
> Regards
> Adrian

--

- Arnaldo