ANDROID: fs: FS tracepoints to track IO.
authorMohan Srinivasan <srmohan@google.com>
Tue, 20 Sep 2016 00:33:50 +0000 (17:33 -0700)
committerMohamad Ayyash <mkayyash@google.com>
Tue, 20 Sep 2016 21:33:24 +0000 (21:33 +0000)
commit32cbbe59538d2dd0b77822cc27ce32ca487c467d
tree3b32dc8ad698fbdc6b4238f92b8588ade42273c3
parentcf43809d7aa07868ffacd83892745c85f91c8a53
ANDROID: fs: FS tracepoints to track IO.

Adds tracepoints in ext4/f2fs/mpage to track readpages/buffered
write()s. This allows us to track files that are being read/written
to PIDs.

Change-Id: I26bd36f933108927d6903da04d8cb42fd9c3ef3d
Signed-off-by: Mohan Srinivasan <srmohan@google.com>
fs/ext4/inline.c
fs/ext4/inode.c
fs/ext4/readpage.c
fs/f2fs/data.c
fs/f2fs/inline.c
fs/mpage.c
include/trace/events/android_fs.h [new file with mode: 0644]
include/trace/events/android_fs_template.h [new file with mode: 0644]