]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: add tracepoints to readpage calls
authorDave Chinner <dchinner@redhat.com>
Fri, 8 Jan 2016 00:28:35 +0000 (11:28 +1100)
committerDave Chinner <david@fromorbit.com>
Fri, 8 Jan 2016 00:28:35 +0000 (11:28 +1100)
commit5eb307d7791785ffa4b50a856c707336898a66c2
tree2b7980ced4dcca8ccbb599544271ab716029447c
parent9beda2d7a5985a620117a837309369fb06a70c55
xfs: add tracepoints to readpage calls

This allows us to see page cache driven readahead in action as it
passes through XFS. This helps to understand buffered read
throughput problems such as readahead IO IO sizes being too small
for the underlying device to reach max throughput.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Brian Foster <bfoster@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
fs/xfs/xfs_aops.c
fs/xfs/xfs_trace.h