perf intel-pt: Fix missing CYC processing in PSB
authorAdrian Hunter <adrian.hunter@intel.com>
Fri, 5 Feb 2021 17:53:47 +0000 (19:53 +0200)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 18 Feb 2021 19:03:19 +0000 (16:03 -0300)
commit03fb0f859b45d1eb05c984ab4bd3bef67e45ede2
tree0ca3b79185e7b2747382868f7339a7885119c2f1
parent4e1481445407b86a483616c4542ffdc810efb680
perf intel-pt: Fix missing CYC processing in PSB

Add missing CYC packet processing when walking through PSB+. This
improves the accuracy of timestamps that follow PSB+, until the next
MTC.

Fixes: 3d49807870f08 ("perf tools: Add new Intel PT packet definitions")
Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Reviewed-by: Andi Kleen <ak@linux.intel.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Link: https://lore.kernel.org/r/20210205175350.23817-2-adrian.hunter@intel.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c