dax: add tracepoint to dax_writeback_one()
authorRoss Zwisler <[email protected]>
Mon, 8 May 2017 23:00:13 +0000 (16:00 -0700)
committerLinus Torvalds <[email protected]>
Tue, 9 May 2017 00:15:16 +0000 (17:15 -0700)
commitf9bc3a07539bc80b4da9ff2f5d6c13d5c7a4f073
tree9e810d6f0e0dea3f83c8fba495981d10f862b952
parentd14a3f48a152b75a1e690d443f509c07c7b06c0e
dax: add tracepoint to dax_writeback_one()

Add a tracepoint to dax_writeback_one(), following the same logging
conventions as the rest of DAX.

Here is an example range writeback which ends up flushing one PMD and
one PTE:

  test-1265  [003] ....
   496.615250: dax_writeback_range: dev 259:0 ino 0x1003 pgoff 0x0-0x7ffffffffffff

  test-1265  [003] ....
   496.616263: dax_writeback_one: dev 259:0 ino 0x1003 pgoff 0x0 pglen 0x200

  test-1265  [003] ....
   496.616270: dax_writeback_one: dev 259:0 ino 0x1003 pgoff 0x305 pglen 0x1

  test-1265  [003] ....
   496.616272: dax_writeback_range_done: dev 259:0 ino 0x1003 pgoff 0x0-0x7ffffffffffff

[[email protected]: struct blk_dax_ctl has disappeared]
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ross Zwisler <[email protected]>
Reviewed-by: Jan Kara <[email protected]>
Cc: Alexander Viro <[email protected]>
Cc: Dan Williams <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Matthew Wilcox <[email protected]>
Cc: Steven Rostedt <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
fs/dax.c
include/trace/events/fs_dax.h