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 2BC05C6FD1D for ; Mon, 20 Mar 2023 12:57:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231229AbjCTM5m (ORCPT ); Mon, 20 Mar 2023 08:57:42 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37968 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230351AbjCTM5P (ORCPT ); Mon, 20 Mar 2023 08:57:15 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8603CC672; Mon, 20 Mar 2023 05:55:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=5hAf/YTOCf6A7zvzClwDETx6u+L/NYn62UIl9V3FUMY=; b=bLbbcxj9I8pem38a7g8bD92bMq SPNSdWMRUq+lzx4gk7y9F1J8zMv2ut+gi5Ia4qSUueILxOE0CoA+8Qsn5AwsWJ4aZMjX/IJVQs69g rBxKnCbIG3pBOxVzRYvyCqRxmqwEnFZ/CcFoW2AIdjQr2EdLUlge2j/CXutT0WijvZoBNHxdoNzdM X1N+Zw7FFdPDy//Kq4ZUA1lr6jHa9rOWOkcnXja2lTAKzrZSa6bd+MinUy06KKi9kZnmlGiKyLrNS msOVOgSk44dtfG7MHsNC4oKyZDxs7X7RWtCM3wnMX3a5oi3n461L2KebkmxhANLL0EvErkRd0Cw02 M+kXux3g==; Received: from hch by bombadil.infradead.org with local (Exim 4.96 #2 (Red Hat Linux)) id 1peF3N-0091Tf-1t; Mon, 20 Mar 2023 12:55:57 +0000 Date: Mon, 20 Mar 2023 05:55:57 -0700 From: "hch@infradead.org" To: Avri Altman Cc: Jaegeuk Kim , "hch@infradead.org" , "linux-kernel@vger.kernel.org" , "linux-scsi@vger.kernel.org" , "Martin K . Petersen" , Bart Van Assche , Adrian Hunter , Bean Huo , Stanley Chu , Can Guo Subject: Re: [PATCH] scsi: ufs: support IO traces for zoned block device Message-ID: References: <20230215190448.1687786-1-jaegeuk@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Feb 28, 2023 at 07:28:35AM +0000, Avri Altman wrote: > > doorbell status along with the attached scsi command, in addition to the > > accurate latency measurements. > For us as well. > Moreover, we are mainly using upiu tracing which is not available at scsi ML. So let's rework the tracepoints to work at the UPIU level and stop the gracious poking into SCSI CDBs.