1PROBE::NFS.FOP.A(3stap) Network File Storage Tapsets PROBE::NFS.FOP.A(3stap)
2
3
4
6 probe::nfs.fop.aio_read - NFS client aio_read file operation
7
9 nfs.fop.aio_read
10
12 file_name
13 file name
14
15 parent_name
16 parent dir name
17
18 cache_valid
19 cache related bit mask flag
20
21 buf
22 the address of buf in user space
23
24 attrtimeo
25 how long the cached information is assumed to be valid. We need to
26 revalidate the cached attrs for this inode if jiffies -
27 read_cache_jiffies > attrtimeo.
28
29 count
30 read bytes
31
32 pos
33 current position of file
34
35 dev
36 device identifier
37
38 ino
39 inode number
40
41 cache_time
42 when we started read-caching this inode
43
45 tapset::nfs(3stap)
46
47
48
49SystemTap Tapset Reference November 2020 PROBE::NFS.FOP.A(3stap)