[PATCH 0/5] perf tools: fix endless record after being terminated

From: Adrian Hunter
Date: Fri Feb 14 2020 - 08:27:52 EST


Hi

Wei Li sent some fixes. I have tweaked them a bit, and added a tidy-up
patch.


Adrian Hunter (2):
perf tools: arm-spe: fix endless record after being terminated
perf auxtrace: Add auxtrace_record__read_finish()

Wei Li (3):
perf tools: intel-pt: fix endless record after being terminated
perf tools: intel-bts: fix endless record after being terminated
perf tools: cs-etm: fix endless record after being terminated

tools/perf/arch/arm/util/cs-etm.c | 18 ++----------------
tools/perf/arch/arm64/util/arm-spe.c | 17 ++---------------
tools/perf/arch/x86/util/intel-bts.c | 17 ++---------------
tools/perf/arch/x86/util/intel-pt.c | 17 ++---------------
tools/perf/util/auxtrace.c | 22 +++++++++++++++++++++-
tools/perf/util/auxtrace.h | 6 ++++++
6 files changed, 35 insertions(+), 62 deletions(-)


Regards
Adrian