]> www.infradead.org Git - users/jedix/linux-maple.git/commit
fuse: add simple request tracepoints
authorJosef Bacik <josef@toxicpanda.com>
Wed, 3 Jul 2024 14:38:42 +0000 (10:38 -0400)
committerMiklos Szeredi <mszeredi@redhat.com>
Thu, 29 Aug 2024 09:43:13 +0000 (11:43 +0200)
commit396b209e405a571ce8e06d3760ffc3e389a944f1
treebc4e2aec5ccd83b70b14426eea4368d7e4c73e4a
parent0acad9289be33d324537d6c51988be0541b1139d
fuse: add simple request tracepoints

I've been timing various fuse operations and it's quite annoying to do
with kprobes.  Add two tracepoints for sending and ending fuse requests
to make it easier to debug and time various operations.

Signed-off-by: Josef Bacik <josef@toxicpanda.com>
Reviewed-by: Bernd Schubert <bschubert@ddn.com>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
fs/fuse/Makefile
fs/fuse/dev.c
fs/fuse/fuse_trace.h [new file with mode: 0644]