]> www.infradead.org Git - users/jedix/linux-maple.git/commit
xfs: create specialized classes for refcount tracepoints
authorDarrick J. Wong <djwong@kernel.org>
Tue, 2 Jul 2024 18:23:05 +0000 (11:23 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 2 Jul 2024 18:37:05 +0000 (11:37 -0700)
commitbb0efb0d0a2885b4c65ca31e2815da2281b99153
tree0b18836ee841f97b1fd71cc16c8fe622f5206039
parent7cf2663ff1cfb20f5fe025122016b68920b28041
xfs: create specialized classes for refcount tracepoints

The only user of the "ag" tracepoint event classes is the refcount
btree, so rename them to make that obvious and make them take the btree
cursor to simplify the arguments.  This will save us a lot of trouble
later on.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
fs/xfs/libxfs/xfs_refcount.c
fs/xfs/xfs_trace.h