[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <874jpizy3w.fsf@doe.com>
Date: Fri, 14 Apr 2023 13:36:43 +0530
From: Ritesh Harjani (IBM) <ritesh.list@...il.com>
To: Christoph Hellwig <hch@...radead.org>
Cc: linux-fsdevel@...r.kernel.org, linux-ext4@...r.kernel.org,
Jan Kara <jack@...e.cz>, Christoph Hellwig <hch@...radead.org>,
"Darrick J . Wong" <djwong@...nel.org>,
Ojaswin Mujoo <ojaswin@...ux.ibm.com>,
Disha Goel <disgoel@...ux.ibm.com>
Subject: Re: [RFCv3 07/10] ext2: Add direct-io trace points
Christoph Hellwig <hch@...radead.org> writes:
> So why do you add tracepoints in ext2 in addition to iomap?
1. It's very convenient to look into all ext2 filesystem activity by just
"trace-cmd -e ext2"
2. For cases in ext2 which fallbacks to buffered-io routine.
Adding a trace point specifically for ext2 can cover this path as well
as to how much got written via buffered-io path or in case there was an
error while doing that.
3. As of now there was no tracepoint added to ext2. Going forward it
will be quick and convenient to add any trace event for
debugging/observing other call paths too while development.
-ritesh
Powered by blists - more mailing lists