Received: by 2002:a05:6a10:f347:0:0:0:0 with SMTP id d7csp5335256pxu; Tue, 22 Dec 2020 14:23:54 -0800 (PST) X-Google-Smtp-Source: ABdhPJyAh0QM/i+qLfBq8j3PjnDo0G7M3TARfIxWfv/ErUu3PRfRt6ag+yiHJMnN9WW+hyWJGTTb X-Received: by 2002:a50:b5c5:: with SMTP id a63mr22129442ede.227.1608675834273; Tue, 22 Dec 2020 14:23:54 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1608675834; cv=none; d=google.com; s=arc-20160816; b=pm9uWRrdv0kBe8VUFQoSD6aRytoepp944/3RrnamYQf8abYf7by5dtOF10X4cw6TXw +MM7USX/dD3txN6Wd9k/kn5L7jl+OwNFhGR2BDtuL0nN7P2DfJP11ajgi3sZE9E24LWk GsCLcoRmxLrFJFm1qEGAOZHUHthnJMOv7twrRujaOp71hdpnxkSw2NpSl9r5ZAANoccQ DAQCN1TbqQaDJzk6eoVOEQlZCzrLT0nmMfa/6MD4eaWKvTcxW78i731tjraxv6vq/bVk 0MlR5vx7iYNRi+oBuqVwGgjpURp7v9dIH3ETNl4DgDsVeLMndL/9wPiYRA1IGHGpHT8R 1QGg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:subject:cc:to:from:date; bh=6LV7F2MCihl51PASWqavSnFk0UMaUFyEDCDe+FucNJM=; b=vEBtPXJJvypNC+aZBhUtdgoCbMBjdpaGTC3bVrkKarYlAEymdlCDVVO3DTMm+MSgS8 WljDYKh6SCmXUcckTz7Btg7SRhmVv+cQIYTT282vCIv8S9bGGO53uCrDqNdGSjmtqOhT z2HHnv+KunsCf0c6afZglZhdiP/bMGui7om9uyxt/8XooEBlkX75sWAmucGlmV8jz3nm qvU/aR3bgyEUwTsaf5vGKPJixO1tVrKVwZ7WVmxu1EXLQSE9RV6TXXeJ9SPIblttOEA8 KobyI+stm6/EbipbTt4E72zeRfhgD3rhty6BHHTXHcBMnhHtBhPw9r8cWk969sVq1H0W OEeg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id f19si10986509ejq.225.2020.12.22.14.23.21; Tue, 22 Dec 2020 14:23:54 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726534AbgLVWWA convert rfc822-to-8bit (ORCPT + 99 others); Tue, 22 Dec 2020 17:22:00 -0500 Received: from mail.kernel.org ([198.145.29.99]:48946 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726384AbgLVWWA (ORCPT ); Tue, 22 Dec 2020 17:22:00 -0500 Received: from gandalf.local.home (cpe-66-24-58-225.stny.res.rr.com [66.24.58.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id C06AC22D57; Tue, 22 Dec 2020 22:21:18 +0000 (UTC) Date: Tue, 22 Dec 2020 17:21:17 -0500 From: Steven Rostedt To: Maximilian Luz Cc: linux-kernel@vger.kernel.org, Hans de Goede , Mark Gross , Andy Shevchenko , =?UTF-8?B?QmFybmFiw6FzIFDFkWN6ZQ==?= , Arnd Bergmann , Greg Kroah-Hartman , Ingo Molnar , =?UTF-8?B?Qmxhxb4=?= Hrastnik , Dorian Stoll , platform-driver-x86@vger.kernel.org Subject: Re: [PATCH v3 4/9] platform/surface: aggregator: Add trace points Message-ID: <20201222172117.6272a880@gandalf.local.home> In-Reply-To: <20201221183959.1186143-5-luzmaximilian@gmail.com> References: <20201221183959.1186143-1-luzmaximilian@gmail.com> <20201221183959.1186143-5-luzmaximilian@gmail.com> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8BIT Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 21 Dec 2020 19:39:54 +0100 Maximilian Luz wrote: > Add trace points to the Surface Aggregator subsystem core. These trace > points can be used to track packets, requests, and allocations. They are > further intended for debugging and testing/validation, specifically in > combination with the error injection capabilities introduced in the > subsequent commit. > > Signed-off-by: Maximilian Luz > Reviewed-by: Hans de Goede > --- > > Changes in v1 (from RFC): > - add copyright line > - change SPDX identifier to GPL-2.0+ (was GPL-2.0-or-later) > - pack tracing structs > > Changes in v2: > - add compiletime check on SSAM_PTR_UID_LEN > - fix ssam_trace_get_command_field_u8() macro > - use dedicated trace event class for timeout reaper > - use printk specifier for hex prefix instead of hard-coding it > - unify comment style > - run checkpatch --strict, fix warnings and style issues > > From a tracing point of view: Acked-by: Steven Rostedt (VMware) -- Steve