Skip to content
  • Tejun Heo's avatar
    block: add block_{touch|dirty}_buffer tracepoint · 5305cb83
    Tejun Heo authored
    
    
    The former is triggered from touch_buffer() and the latter
    mark_buffer_dirty().
    
    This is part of tracepoint additions to improve visiblity into
    dirtying / writeback operations for io tracer and userland.
    
    v2: Transformed writeback_dirty_buffer to block_dirty_buffer and made
        it share TP definition with block_touch_buffer.
    
    Signed-off-by: default avatarTejun Heo <tj@kernel.org>
    Cc: Fengguang Wu <fengguang.wu@intel.com>
    Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
    5305cb83