[PATCH 0/5] perf intel-pt: A few fixes

From: Adrian Hunter
Date: Wed Feb 06 2019 - 05:41:28 EST


Hi

Here are some fixes and a minor improvement for Intel PT. The first 3
patches are cc stable, but the last 2 are not.


Adrian Hunter (5):
perf auxtrace: Define auxtrace record alignment
perf intel-pt: Fix overlap calculation for padding
perf intel-pt: Fix CYC timestamp calculation after OVF
perf intel-pt: Packet splitting can happen only on 32-bit
perf auxtrace: Add timestamp to auxtrace errors

tools/perf/util/auxtrace.c | 26 ++++++++++++---
tools/perf/util/auxtrace.h | 5 ++-
tools/perf/util/event.h | 3 +-
tools/perf/util/intel-bts.c | 4 +--
.../perf/util/intel-pt-decoder/intel-pt-decoder.c | 39 +++++++++++++++++++---
tools/perf/util/intel-pt.c | 23 +++++++++----
tools/perf/util/s390-cpumsf.c | 7 ++--
tools/perf/util/session.c | 3 ++
8 files changed, 88 insertions(+), 22 deletions(-)


Regards
Adrian