Re: [f2fs-dev] [PATCH v3] f2fs: introduce data read/write showing path info

From: Jaegeuk Kim
Date: Tue Mar 29 2022 - 14:09:50 EST


On 03/29, Chao Yu wrote:
> On 2022/3/29 11:13, Jaegeuk Kim wrote:
> > This was used in Android for a long time. Let's upstream it.
>
> Could you please explain more about its usage?

I found ioblame and ioshark in android are using it to understand app/file/IO
traffic. Once we have this in AOSP, I'm thinking to change one by one.
The android-mainline is also deprecating the custom tracepoints as well.

https://android-review.googlesource.com/c/kernel/common/+/2045529

>
> >
> > Signed-off-by: Jaegeuk Kim <jaegeuk@xxxxxxxxxx>
>
> The code part looks clean.
>
> Reviewed-by: Chao Yu <chao@xxxxxxxxxx>
>
> Thanks,