commit | 0695dfb7b7366e289e82f229333a8473e0989530 | [log] [tgz] |
---|---|---|
author | Adrian Hunter <[email protected]> | Fri Feb 05 19:53:47 2021 +0200 |
committer | Greg Kroah-Hartman <[email protected]> | Wed Mar 03 17:44:38 2021 +0100 |
tree | 31bffd5cbfd623d091dcba13af0395a56b94e674 | |
parent | cc7f1178fdc75373bd5359a3103551a287dfdaec [diff] |
perf intel-pt: Fix missing CYC processing in PSB [ Upstream commit 03fb0f859b45d1eb05c984ab4bd3bef67e45ede2 ] 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 <[email protected]> Reviewed-by: Andi Kleen <[email protected]> Cc: Jiri Olsa <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]> Signed-off-by: Sasha Levin <[email protected]>