]> asedeno.scripts.mit.edu Git - linux.git/commit
afs: Trace the initiation and completion of client calls
authorDavid Howells <dhowells@redhat.com>
Thu, 2 Nov 2017 15:27:51 +0000 (15:27 +0000)
committerDavid Howells <dhowells@redhat.com>
Mon, 13 Nov 2017 15:38:19 +0000 (15:38 +0000)
commit025db80c9e421efef11f2b83b7f78a11476f06db
tree1c6e049f2ae3a380f4242d0eda61d759412cdc41
parentbecfcc7e576eed03b93f412769573c93de550527
afs: Trace the initiation and completion of client calls

Add tracepoints to trace the initiation and completion of client calls
within the kafs filesystem.

The afs_make_vl_call tracepoint watches calls to the volume location
database server.

The afs_make_fs_call tracepoint watches calls to the file server.

The afs_call_done tracepoint watches for call completion.

Signed-off-by: David Howells <dhowells@redhat.com>
fs/afs/fsclient.c
fs/afs/internal.h
fs/afs/rxrpc.c
fs/afs/vlclient.c
include/trace/events/afs.h