perf intel-pt: Fix estimated timestamps for cycle-accurate mode
authorAdrian Hunter <adrian.hunter@intel.com>
Wed, 28 Sep 2016 11:41:35 +0000 (14:41 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 28 Oct 2016 07:01:27 +0000 (03:01 -0400)
commitd04565939ca6f34097e1bc21f3c01e8e1131291f
treede1fee153d6f2cd22d88e1f81f423ef89dc907c2
parent0ea2bdfcdd0e10783a6f5bd0834934e506ec3b65
perf intel-pt: Fix estimated timestamps for cycle-accurate mode

commit 51ee6481fa8e879cc942bcc1b0af713e158b7a98 upstream.

In cycle-accurate mode, timestamps can be calculated from CYC packets.
The decoder also estimates timestamps based on the number of
instructions since the last timestamp. For that to work in
cycle-accurate mode, the instruction count needs to be reset to zero
when a timestamp is calculated from a CYC packet, but that wasn't
happening, so fix it.

Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Link: http://lkml.kernel.org/r/1475062896-22274-1-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