]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs: create specialized classes for refcount tracepoints
authorDarrick J. Wong <djwong@kernel.org>
Tue, 7 Mar 2023 03:56:08 +0000 (19:56 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 22 Nov 2023 23:03:40 +0000 (15:03 -0800)
commit6b02c236ba912ebf45100bed3cff1ec4c94fa5f9
tree7ba348ab70d376cd2bd0b01e078feeb9d4d489ed
parent07d803135cb64db8ae21923a9abd2b51a3eb83e7
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