OSDN Git Service

perf intel-pt: Ensure IP is zero when state is INTEL_PT_STATE_NO_IP
authorAdrian Hunter <adrian.hunter@intel.com>
Fri, 26 May 2017 08:17:05 +0000 (11:17 +0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 21 Jun 2017 14:35:44 +0000 (11:35 -0300)
commitad7167a8cd174ba7d8c0d0ed8d8410521206d104
tree85cc0ce96004cd0a9f802b37f9bed5efcec8ed4c
parent12b7080609097753fd8198cc1daf589be3ec1cca
perf intel-pt: Ensure IP is zero when state is INTEL_PT_STATE_NO_IP

A value of zero is used to indicate that there is no IP. Ensure the
value is zero when the state is INTEL_PT_STATE_NO_IP.

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-5-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