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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9EF00C433FE for ; Tue, 9 Nov 2021 14:22:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 811E961101 for ; Tue, 9 Nov 2021 14:22:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237733AbhKIOZD (ORCPT ); Tue, 9 Nov 2021 09:25:03 -0500 Received: from foss.arm.com ([217.140.110.172]:34354 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237193AbhKIOY5 (ORCPT ); Tue, 9 Nov 2021 09:24:57 -0500 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id C4F922B; Tue, 9 Nov 2021 06:22:09 -0800 (PST) Received: from ip-10-252-15-108.eu-west-1.compute.internal (unknown [10.252.15.108]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 6AFCD3F800; Tue, 9 Nov 2021 06:22:07 -0800 (PST) From: German Gomez To: linux-kernel@vger.kernel.org, linux-perf-users@vger.kernel.org, acme@kernel.org Cc: German Gomez , John Garry , Will Deacon , Mathieu Poirier , Leo Yan , Mark Rutland , Alexander Shishkin , Jiri Olsa , Namhyung Kim , Mike Leach , linux-arm-kernel@lists.infradead.org, coresight@lists.linaro.org Subject: [PATCH v2 0/2] arm-spe/cs-etm: Print size using consistent format Date: Tue, 9 Nov 2021 14:21:51 +0000 Message-Id: <20211109142153.56546-1-german.gomez@arm.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Sent as a splitted re-roll of patchset [1] to keep the patches more semantically grouped. The patches themselves have been tested and reviewed in the previous submission already. Changes since v1: - Sent as a separate patchset. - Added acme to the recipients list as I forgot to include him in [1]. [1] https://lore.kernel.org/all/20210916154635.1525-1-german.gomez@arm.com/ Andrew Kilroy (2): perf cs-etm: Print size using consistent format perf arm-spe: Print size using consistent format tools/perf/util/arm-spe.c | 2 +- tools/perf/util/cs-etm.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -- 2.25.1