commit | 53a3e0d96c708bca1607507ab2470a3c911c8c81 | [log] [tgz] |
---|---|---|
author | Steve French <stfrench@microsoft.com> | Tue Feb 26 21:26:20 2019 -0600 |
committer | Steve French <stfrench@microsoft.com> | Tue Mar 05 18:10:13 2019 -0600 |
tree | e3616cb3f75465ca70ed9aa04bdb26bc8fd76de5 | |
parent | efe2e9f369c72bb72410741ac101b90573256ec0 [diff] |
smb3: add dynamic trace point for smb3_cmd_enter Add tracepoint before sending an SMB3 command on the wire (ie add an smb3_cmd_enter tracepoint). This allows us to look in much more detail at response times (between request and response). Signed-off-by: Steve French <stfrench@microsoft.com> Reviewed-by: Pavel Shilovsky <pshilov@microsoft.com>