perf intel-pt: Clear FUP flag on error
authorAdrian Hunter <adrian.hunter@intel.com>
Fri, 26 May 2017 08:17:09 +0000 (11:17 +0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 21 Jun 2017 14:35:47 +0000 (11:35 -0300)
commit6a558f12dbe85437acbdec5e149ea07b5554eced
tree88eb1aa89c1a27f4c9c4112086e76f8467af98ca
parent622b7a47b843c78626f40c1d1aeef8483383fba2
perf intel-pt: Clear FUP flag on error

Sometimes a FUP packet is associated with a TSX transaction and a flag is
set to indicate that. Ensure that flag is cleared on any error condition
because at that point the decoder can no longer assume it is correct.

Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Cc: Andi Kleen <ak@linux.intel.com>
Cc: stable@vger.kernel.org
Link: http://lkml.kernel.org/r/1495786658-18063-9-git-send-email-adrian.hunter@intel.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c