]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 27 Jul 2017 22:06:04 +0000 (15:06 -0700)
commitb559fa787c625076f04feb9420dc7b1517b7328a
tree47c26f1eb5fc4293c3aa76a100725ccd7b1e3ab5
parent2178b4aa56b77c23bbbd8e0b85032a31394f9d52
perf intel-pt: Ensure IP is zero when state is INTEL_PT_STATE_NO_IP

commit ad7167a8cd174ba7d8c0d0ed8d8410521206d104 upstream.

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>
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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c