Re: [PATCH v2 0/3] perf hisi-ptt: Fix TLP header parsing and naming

Namhyung Kim <[email protected]> Sat, 01 Aug 2026 22:46:32 -0700
Newsgroups org.kernel.vger.linux-pci,org.infradead.lists.linux-arm-kernel,org.kernel.vger.linux-doc,org.kernel.vger.linux-kernel,org.kernel.vger.linux-perf-users
Message-ID <[email protected]>
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