mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
perf intel-pt: Fix missing CYC processing in PSB
[ Upstream commit03fb0f859b] Add missing CYC packet processing when walking through PSB+. This improves the accuracy of timestamps that follow PSB+, until the next MTC. Fixes:3d49807870("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> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
@@ -1508,6 +1508,9 @@ static int intel_pt_walk_psbend(struct intel_pt_decoder *decoder)
|
||||
break;
|
||||
|
||||
case INTEL_PT_CYC:
|
||||
intel_pt_calc_cyc_timestamp(decoder);
|
||||
break;
|
||||
|
||||
case INTEL_PT_VMCS:
|
||||
case INTEL_PT_MNT:
|
||||
case INTEL_PT_PAD:
|
||||
|
||||
Reference in New Issue
Block a user