]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs: create specialized classes for refcount tracepoints
authorDarrick J. Wong <djwong@kernel.org>
Wed, 3 Jul 2024 21:21:41 +0000 (14:21 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Thu, 1 Aug 2024 00:07:27 +0000 (17:07 -0700)
commit8dd537f10745d4999057c0ee15a34ef3ba31982d
treef69457735bdfa8ebf339b659aa24e3aeb3f19a34
parent1470a5e04bec445b9e82a22f0d8854be1cf4c30e
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>
libxfs/xfs_refcount.c