commit | 025db80c9e421efef11f2b83b7f78a11476f06db | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Thu Nov 02 15:27:51 2017 +0000 |
committer | David Howells <dhowells@redhat.com> | Mon Nov 13 15:38:19 2017 +0000 |
tree | 1c6e049f2ae3a380f4242d0eda61d759412cdc41 | |
parent | becfcc7e576eed03b93f412769573c93de550527 [diff] |
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>