diff options
author | 2019-02-25 13:51:11 -0600 | |
---|---|---|
committer | 2019-03-05 18:10:04 -0600 | |
commit | adb3b4e90e103f8300cf2b7187016dad13e848c6 (patch) | |
tree | 237690772e3c71d2a8c131bc7c115aa1850b2e88 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | smb3: Update POSIX negotiate context with POSIX ctxt GUID (diff) | |
download | linux-dev-adb3b4e90e103f8300cf2b7187016dad13e848c6.tar.xz linux-dev-adb3b4e90e103f8300cf2b7187016dad13e848c6.zip |
smb3: add tracepoints for query dir
Adds two tracepoints - one for query_dir done (no err) and one for query_dir_err
Sanple output:
To start the trace in one window:
trace-cmd record -e smb3_query_dir*
Then in another window after doing an
ls /mnt
View the trace output by:
trace-cmd show
Sample output:
TASK-PID CPU# |||| TIMESTAMP FUNCTION
| | | |||| | |
ls-24869 [007] .... 90695.452009: smb3_query_dir_done: xid=7 sid=0x5027d24d tid=0xb95cf25a fid=0xc41a8c3e offset=0x0 len=0x16
ls-24869 [000] .... 90695.452764: smb3_query_dir_done: xid=8 sid=0x5027d24d tid=0xb95cf25a fid=0xc41a8c3e offset=0x0 len=0x0
ls-24874 [003] .... 90701.506342: smb3_query_dir_done: xid=11 sid=0x5027d24d tid=0xb95cf25a fid=0x33ad3601 offset=0x0 len=0x8
ls-24874 [003] .... 90701.506917: smb3_query_dir_done: xid=12 sid=0x5027d24d tid=0xb95cf25a fid=0x33ad3601 offset=0x0 len=0x0
Reviewed-by: Pavel Shilovsky <pshilov@microsoft.com>
Reviewed-by: Ronnie Sahlberg <lsahlber@redhat.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions