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 23992C6379F for ; Thu, 16 Feb 2023 17:44:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229854AbjBPRoY (ORCPT ); Thu, 16 Feb 2023 12:44:24 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57424 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229650AbjBPRoW (ORCPT ); Thu, 16 Feb 2023 12:44:22 -0500 Received: from mail-pl1-f180.google.com (mail-pl1-f180.google.com [209.85.214.180]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 960644FAA1; Thu, 16 Feb 2023 09:44:14 -0800 (PST) Received: by mail-pl1-f180.google.com with SMTP id e17so2784268plg.12; Thu, 16 Feb 2023 09:44:14 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=SNlyHVO03gSSlxY11fMP/YX0lFTvzCZ7sRSjwx4TdKQ=; b=yqZv3NcUCwSiOcow8KL07wltxQaZBh+z7JFJV982GB1bQbJzW3FjQBfEdJMb1poQOq kMva7RPTd6h8BcBTVwjzloOrjd55aV7T0ccjWjAbJXtmAgILGn1fZX4FzxQynIk2asU7 RD1633+GqTlZhjW8Rx0QqeDCMUQF6KkwCNRcs1dDIPLEM8K/4h/puFCWHqe/+IYb/bIF dyKNDqdYcGc0m5PHKeGYF6KiiDEUET1oaGnWCaywBaQnGHwnic440+6tOr/iQnMZI63i M5J1EARBoyXGh3SQh3h7IMjr3P/Wrpapfx98pOD+jYNA2NiNxfaPFNUAmflZDIltVBkx jXeA== X-Gm-Message-State: AO0yUKUrWRc3/zFcAfIgupa7BDqulZ7xz0a9gOrAfzXZGF74bW2hvLpF fDmMMlL3KOel7ShCRAIxWpY= X-Google-Smtp-Source: AK7set9dQjUa26lRSSatffjWGkjyIjtK9E0mv/mmiA047bV64RNBvX+Cf8+JcyzB6Rqbn4D+OGRlIw== X-Received: by 2002:a17:902:e2c2:b0:19a:8304:21f1 with SMTP id l2-20020a170902e2c200b0019a830421f1mr4896457plc.69.1676569454020; Thu, 16 Feb 2023 09:44:14 -0800 (PST) Received: from ?IPV6:2620:15c:211:201:3a83:c047:6e5d:a776? ([2620:15c:211:201:3a83:c047:6e5d:a776]) by smtp.gmail.com with ESMTPSA id c4-20020a170902aa4400b0019a7ef5e9a8sm1595198plr.82.2023.02.16.09.44.12 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 16 Feb 2023 09:44:13 -0800 (PST) Message-ID: Date: Thu, 16 Feb 2023 09:44:10 -0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.6.0 Subject: Re: [PATCH v1] scsi: ufs: core: Add trace event for MCQ Content-Language: en-US To: Ziqi Chen , quic_asutoshd@quicinc.com, quic_cang@quicinc.com, mani@kernel.org, stanley.chu@mediatek.com, adrian.hunter@intel.com, beanhuo@micron.com, avri.altman@wdc.com, junwoo80.lee@samsung.com, martin.petersen@oracle.com Cc: linux-scsi@vger.kernel.org, Alim Akhtar , "James E.J. Bottomley" , Steven Rostedt , Masami Hiramatsu , open list , "open list:TRACING" References: <1676515562-55805-1-git-send-email-quic_ziqichen@quicinc.com> From: Bart Van Assche In-Reply-To: <1676515562-55805-1-git-send-email-quic_ziqichen@quicinc.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2/15/23 18:45, Ziqi Chen wrote: > diff --git a/include/trace/events/ufs.h b/include/trace/events/ufs.h > index 599739e..a406404e 100644 > --- a/include/trace/events/ufs.h > +++ b/include/trace/events/ufs.h > @@ -10,6 +10,7 @@ > #define _TRACE_UFS_H > > #include > +#include Would including here be sufficient? Thanks, Bart.