[PATCH 0/9] perf intel-pt: Some fixes and preparation for AUX area sampling

From: Adrian Hunter
Date: Wed Mar 07 2018 - 09:05:04 EST


Hi

Here are 4 fixes for Intel PT plus 5 more patches in preparation for
supporting AUX area sampling.


Adrian Hunter (9):
perf intel-pt: Fix overlap detection to identify consecutive buffers correctly
perf intel-pt: Fix sync_switch
perf intel-pt: Fix error recovery from missing TIP packet
perf intel-pt: Fix timestamp following overflow
perf intel-pt/bts: In auxtrace_record__init_intel() evlist is never NULL
perf intel-pt: Get rid of intel_pt_use_buffer_pid_tid()
perf intel-pt: Tidy old_buffer handling in intel_pt_get_trace()
perf intel-pt: Remove a check for sampling mode
perf intel-pt: Adjust overlap-checking to support sampling mode

tools/perf/arch/x86/util/auxtrace.c | 14 +--
.../perf/util/intel-pt-decoder/intel-pt-decoder.c | 64 ++++++------
.../perf/util/intel-pt-decoder/intel-pt-decoder.h | 2 +-
tools/perf/util/intel-pt.c | 110 +++++++++------------
4 files changed, 84 insertions(+), 106 deletions(-)


Regards
Adrian