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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7DA91C636CC for ; Thu, 16 Feb 2023 00:56:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229517AbjBPA4Q convert rfc822-to-8bit (ORCPT ); Wed, 15 Feb 2023 19:56:16 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48906 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229496AbjBPA4Q (ORCPT ); Wed, 15 Feb 2023 19:56:16 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B86F52A153; Wed, 15 Feb 2023 16:56:14 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 645AAB8245D; Thu, 16 Feb 2023 00:56:13 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7A658C433EF; Thu, 16 Feb 2023 00:56:11 +0000 (UTC) Date: Wed, 15 Feb 2023 19:56:09 -0500 From: Steven Rostedt To: Jithu Joseph Cc: hdegoede@redhat.com, markgross@kernel.org, tglx@linutronix.de, mingo@redhat.com, bp@alien8.de, dave.hansen@linux.intel.com, x86@kernel.org, hpa@zytor.com, gregkh@linuxfoundation.org, ashok.raj@intel.com, tony.luck@intel.com, linux-kernel@vger.kernel.org, platform-driver-x86@vger.kernel.org, patches@lists.linux.dev, ravi.v.shankar@intel.com, thiago.macieira@intel.com, athenas.jimenez.gonzalez@intel.com, sohil.mehta@intel.com Subject: Re: [PATCH v2 5/7] platform/x86/intel/ifs: Trace support for array test Message-ID: <20230215195609.288a5709@rorschach.local.home> In-Reply-To: <20230214234426.344960-6-jithu.joseph@intel.com> References: <20230131234302.3997223-1-jithu.joseph@intel.com> <20230214234426.344960-1-jithu.joseph@intel.com> <20230214234426.344960-6-jithu.joseph@intel.com> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.33; 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: platform-driver-x86@vger.kernel.org On Tue, 14 Feb 2023 15:44:24 -0800 Jithu Joseph wrote: > Enable tracing support in array test flow. > > Signed-off-by: Jithu Joseph > Reviewed-by: Tony Luck >From the tracing POV: Reviewed-by: Steven Rostedt (Google) -- Steve > --- > include/trace/events/intel_ifs.h | 25 ++++++++++++++++++++++++ > drivers/platform/x86/intel/ifs/runtest.c | 1 + > 2 files changed, 26 insertions(+) > > diff --git a/include/trace/events/intel_ifs.h b/include/trace/events/intel_ifs.h > index d7353024016c..d15037943b80 100644 > --- a/include/trace/events/intel_ifs.h