]> 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)
commitb99d79955f842b08306e861141ea915cc07222a4
tree2b7980ced4dcca8ccbb599544271ab716029447c
parent0e4211f07382003f66399a453b92846838a666f8
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