mirror of
https://github.com/versity/scoutfs.git
synced 2026-09-26 09:54:31 +00:00
scoutfs: add tracepoint support with bloom example
Add the intrastucture for tracepoints. We include an example user that traces bloom filter hits and misses. Signed-off-by: Zach Brown <zab@versity.com>
This commit is contained in:
+3
-1
@@ -1,4 +1,6 @@
|
||||
obj-$(CONFIG_SCOUTFS_FS) := scoutfs.o
|
||||
|
||||
CFLAGS_scoutfs_trace.o = -I$(src) # define_trace.h double include
|
||||
|
||||
scoutfs-y += block.o bloom.o chunk.o crc.o dir.o filerw.o inode.o manifest.o \
|
||||
msg.o ring.o segment.o skip.o super.o
|
||||
msg.o ring.o scoutfs_trace.o segment.o skip.o super.o
|
||||
|
||||
Reference in New Issue
Block a user