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 2864AC433EF for ; Thu, 6 Jan 2022 18:19:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=UFdX5VNtNqawbi1YAEngKaIKyPr9/PiYRqLDQRtb+XI=; b=FxZmt00jX3qCBm EDCnI6ugLCWj61UksItrY9BjzY2vPP4P59IagiFIADY8Q5pLn5R8WSFqTbLDwpEvoQvVhp9oSumLp /WFiRgn6ikuXdAbAbRv20tGzFdLOE5D9tlC+JKC4IDxEgI5Sk4lsSI+sPWIbVn3biV5kvAiLFkNij zxNEb87vJcAtwxMWCzKV8KZ7t5FGCLyFrPyTbRr2ccqbyT5i9yiVCfvvxCvgATF5jduvqhQRzSfdJ QI9Yu9F1m002QJ+EoQdL68emxaSjfWtM1Atx8YFjtmFOg+LH5Jp8phnfq0MjW85rqDait90CMX5eq 32ptcJRZCG3+LzZwXHOA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1n5XLM-000z03-Ad; Thu, 06 Jan 2022 18:18:32 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1n5XLI-000yyc-MP for linux-arm-kernel@lists.infradead.org; Thu, 06 Jan 2022 18:18:30 +0000 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 dfw.source.kernel.org (Postfix) with ESMTPS id 32C8861D7E; Thu, 6 Jan 2022 18:18:28 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 489DFC36AED; Thu, 6 Jan 2022 18:18:26 +0000 (UTC) Date: Thu, 6 Jan 2022 13:18:24 -0500 From: Steven Rostedt To: Sai Prakash Ranjan Cc: Will Deacon , Catalin Marinas , Marc Zyngier , Arnd Bergmann , gregkh , , , , , Prasad Sodagudi Subject: Re: [PATCHv6 4/5] tracing: Add register read/write tracing support Message-ID: <20220106131824.073fbe5c@gandalf.local.home> In-Reply-To: <76983c26d889df7252a17017a48754163fb6b0d5.1638858747.git.quic_saipraka@quicinc.com> References: <76983c26d889df7252a17017a48754163fb6b0d5.1638858747.git.quic_saipraka@quicinc.com> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220106_101828_829695_D611410E X-CRM114-Status: GOOD ( 16.00 ) 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Tue, 7 Dec 2021 12:24:48 +0530 Sai Prakash Ranjan wrote: > diff --git a/kernel/trace/trace_readwrite.c b/kernel/trace/trace_readwrite.c This should not be in the kernel/trace directory. It should be in the directory of something that calls it. -- Steve > new file mode 100644 > index 000000000000..10ebe3c9687a > --- /dev/null > +++ b/kernel/trace/trace_readwrite.c > @@ -0,0 +1,47 @@ > +// SPDX-License-Identifier: GPL-2.0-only > +/* > + * Register read and write tracepoints > + * > + * Copyright (c) 2021 Qualcomm Innovation Center, Inc. All rights reserved. > + */ > + _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel