From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id DFF5FC79F9E for ; Tue, 8 Sep 2026 14:05:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Type: Content-Transfer-Encoding:MIME-Version:Message-ID:Date:Subject:CC:To:From: Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender :Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Owner; bh=fCGCrcQvIQHCn6Oxjj6Hi2AwQkQyjYQI5P2kxUyRvKU=; b=EAU95CDNX7f7MFD5t7GAVld7uz 7KJKVHOavKT8bHFdLOLoDt2mKZDRl4PLU2cVPqgMIqQQ+OZyqiEQjL0v0J3ARtTdUEaimFU18Yjl1 wDkDReu8/RjbDZQ7nj0q1GNGQ1ILfgpYsoV5gxHT13lajEzR6l9k5kWid6LLjOQiDNqFyKwSF37Wk N6bZiFjiqMJiZ0rmlg5BgToqrJTEmT7IW4DGODtr37ZEVijAepSULs3gsJD/Gu7pFo9qM58Hu9eZB XS+wmXjEoJrqeMVFn1jezxZQW0cTBYeljYCYjs984s6I5eNOLDh//93o2YJ2Yc+Pg66W4+jETyU6n redy3cAQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.99.1 #2 (Red Hat Linux)) id 1x3wSD-00000009EF4-0Luf; Tue, 08 Sep 2026 14:05:41 +0000 Received: from canpmsgout07.his.huawei.com ([113.46.200.222]) by bombadil.infradead.org with esmtps (Exim 4.99.1 #2 (Red Hat Linux)) id 1x3wS2-00000009EAu-0Rm8 for linux-arm-kernel@lists.infradead.org; Tue, 08 Sep 2026 14:05:34 +0000 dkim-signature: v=1; a=rsa-sha256; d=huawei.com; s=dkim; c=relaxed/relaxed; q=dns/txt; h=From; bh=fCGCrcQvIQHCn6Oxjj6Hi2AwQkQyjYQI5P2kxUyRvKU=; b=FOa5Us/Mz5jMfQjzLRBNfzSzt7Vljrygj0ZrWc9Vu6U0nTQlV7FupdO5ssLL8r1OYRE3Et4M1 T3tddajUt9SZgm1sEqbk+jqgUcs+5KvEfgennyk1TbsDsR4r01hWtaD7u3jh88dFaA2XYHVqWeu G9e6jMmmkgJCX8JwfblTpFk= Received: from mail.maildlp.com (unknown [172.19.163.163]) by canpmsgout07.his.huawei.com (SkyGuard) with ESMTPS id 4hfQQz1FKNzLlX2; Tue, 8 Sep 2026 21:54:19 +0800 (CST) Received: from whupemo200004.china.huawei.com (unknown [7.152.184.18]) by mail.maildlp.com (Postfix) with ESMTPS id F2F0F4048B; Tue, 8 Sep 2026 22:05:12 +0800 (CST) Received: from huawei.com (10.50.163.32) by whupemo200004.china.huawei.com (7.152.184.18) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.2562.45; Tue, 8 Sep 2026 22:05:10 +0800 From: Sizhe Liu To: , , , , , , , , , , , , , , , , , , , , , , , CC: , , , , , , , Subject: [PATCH v4 0/8] Enhance TLP packet decoder with field-level parsing and versioning Date: Tue, 8 Sep 2026 22:05:01 +0800 Message-ID: <20260908140509.2485649-1-liusizhe5@huawei.com> X-Mailer: git-send-email 2.33.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-Originating-IP: [10.50.163.32] X-ClientProxiedBy: kwepems200001.china.huawei.com (7.221.188.67) To whupemo200004.china.huawei.com (7.152.184.18) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.9.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20260908_070530_512042_EBD38F80 X-CRM114-Status: GOOD ( 10.23 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org The original hisi-ptt-decoder only prints raw hex values with generic field names for DW0/DW1/DW2/DW3, without classifying TLP types or decoding DW0/DW1/DW2/DW3 fields according to the hardware-defined packet format. This series enhances the HiSilicon PTT (PCIe Trace and Tuning) packet decoder in perf tool to provide detailed field-level parsing of TLP headers based on message type, and adds a versioning mechanism for backward compatibility both in hisi_ptt driver and perf tool. --- Changes in v4: - Add missing space in hisi-ptt.rst (Sashiko). - Widen the pattern bit field in struct hisi_ptt_trace_ctrl (Sashiko). - Add protocol defined TLP header length parsing in patch 05/08. - Add MRd and DMRr message types parsing in patch 05/08. - Add comment for enum hisi_ptt_pkt_msg_type in patch 05/08. - Add DW0 and DW1 fields analysing in patch 06/08. - Refine bit-fields parsing of DW0/DW1/DW2/DW3 based on different requests in patch 06/08. - Refine the description of pattern=1 in the document in patch 07/08. - Extract the bit-field printing of v1 version into functions in patch 08/08. - Link to v3: https://lore.kernel.org/linux-pci/20260903075241.1445338-1-liusizhe5@huawei.com/ Changes in v3: - Add explicit inclusion of (Sashiko). - Make patch 07/08 apply cleanly to mainline (Yushan). - Pick up the reviewed-by tag (Yushan). - Link to v2: https://lore.kernel.org/linux-pci/20260827140442.2031128-1-liusizhe5@huawei.com/ Changes in v2: - Split patch 01/10 and patch 02/10 from series v1 into independent patch series for backporting (Bjorn). - Use bitwise operations instead of C bitfields for cross-platform cases (Sashiko). - Add `pattern` parameter in hisi_ptt driver for layout compatibility. - Link to v1: https://lore.kernel.org/linux-pci/20260604075005.2219785-1-liusizhe5@huawei.com/ --- Sizhe Liu (8): perf hisi-ptt: Abstract trace data buf and offset perf hisi-ptt: Complete the field names for 4DW and 8DW packets perf hisi-ptt: Extract the raw data printing part perf hisi-ptt: Merge 4DW and 8DW HEAD0 printing perf hisi-ptt: Add parsing of supported message types and proto length perf hisi-ptt: Add field-level parsing for header DW0/DW1/DW2/DW3 hwtracing: hisi_ptt: Add pattern PMU config for trace format selection perf hisi-ptt: Pass pattern version to decoder for compatibility Documentation/trace/hisi-ptt.rst | 26 +- drivers/hwtracing/ptt/hisi_ptt.c | 25 +- drivers/hwtracing/ptt/hisi_ptt.h | 4 + tools/perf/arch/arm64/util/hisi-ptt.c | 18 + .../hisi-ptt-decoder/hisi-ptt-pkt-decoder.c | 593 ++++++++++++++++-- .../hisi-ptt-decoder/hisi-ptt-pkt-decoder.h | 241 ++++++- tools/perf/util/hisi-ptt.c | 51 +- tools/perf/util/hisi-ptt.h | 9 +- 8 files changed, 872 insertions(+), 95 deletions(-) -- 2.33.0