Re: [PATCH v2 0/3] perf hisi-ptt: Fix TLP header parsing and naming
From: Namhyung Kim
Date: Sun Aug 02 2026 - 01:47:52 EST
On Thu, 30 Jul 2026 14:27:06 +0800, Sizhe Liu wrote:
> This series fixes bugs and issues in the hisi_ptt packet decoder that were
> introduced by commit 5e91e57e6809 ("perf auxtrace arm64: Add support
> for parsing HiSilicon PCIe Trace packet").
>
> Patch 1: Bugfix:
> The DW0 bit-field layout of the hisi_ptt_4dw union does not match
> the actual little-endian memory ordering, so the extracted
> Format/Type/T9/T8/TH/SO/Length/Time fields are wrong.
>
> [...]
Applied to perf-tools-next, thanks!
Best regards,
Namhyung