Re: [RESEND][PATCH] btrfs: Add qgroup tracing

2016-03-31 Thread David Sterba
On Tue, Mar 29, 2016 at 05:19:55PM -0700, Mark Fasheh wrote: > This patch adds tracepoints to the qgroup code on both the reporting side > (insert_dirty_extents) and the accounting side. Taken together it allows us > to see what qgroup operations have happened, and what their result was. > > Signe

[RESEND][PATCH] btrfs: Add qgroup tracing

2016-03-29 Thread Mark Fasheh
This patch adds tracepoints to the qgroup code on both the reporting side (insert_dirty_extents) and the accounting side. Taken together it allows us to see what qgroup operations have happened, and what their result was. Signed-off-by: Mark Fasheh --- fs/btrfs/qgroup.c| 9 + in