mbox series

[v2,0/2] perf tools: Fix record failure when mixed with ARM SPE event

Message ID 20200724071111.35593-1-liwei391@huawei.com (mailing list archive)
Headers show
Series perf tools: Fix record failure when mixed with ARM SPE event | expand

Message

liwei (GF) July 24, 2020, 7:11 a.m. UTC
v1 -> v2:
 - Optimize code in patch 1 as Mathieu adviced.
 - Fix memleak in patch 2.
 - Detail the commit info to explain the reason.

This patch set fixes perf record failure when we mix arm_spe_x event
with other events in specific order.

Wei Li (2):
  perf tools: Fix record failure when mixed with ARM SPE event
  perf tools: ARM SPE code cleanup

 tools/perf/arch/arm/util/auxtrace.c | 17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)