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

From: Adrian Hunter
Date: Mon Jun 29 2020 - 15:07:19 EST


Hi

Here are some Intel PT related fixes for v5.8.


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