Scroll to navigation

TAPSET::NFS(3stap) TAPSET::NFS(3stap)

NAME

tapset::nfs - systemtap nfs tapset

DESCRIPTION

NFS client llseek operation

See probe::nfs.fop.llseek(3stap)
for details.
NFS client read operation

See probe::nfs.fop.read(3stap)
for details.
NFS client write operation

See probe::nfs.fop.write(3stap)
for details.
NFS client aio_read file operation

See probe::nfs.fop.aio_read(3stap)
for details.
NFS client read_iter file operation

See probe::nfs.fop.read_iter(3stap)
for details.
NFS client aio_write file operation

See probe::nfs.fop.aio_write(3stap)
for details.
NFS client write_iter file operation

See probe::nfs.fop.write_iter(3stap)
for details.
NFS client mmap operation

See probe::nfs.fop.mmap(3stap)
for details.
NFS client file open operation

See probe::nfs.fop.open(3stap)
for details.
NFS client flush file operation

See probe::nfs.fop.flush(3stap)
for details.
NFS client release page operation

See probe::nfs.fop.release(3stap)
for details.
NFS client fsync operation

See probe::nfs.fop.fsync(3stap)
for details.
NFS client file lock operation

See probe::nfs.fop.lock(3stap)
for details.
NFS client send file operation

See probe::nfs.fop.sendfile(3stap)
for details.
NFS client checking flag operation

See probe::nfs.fop.check_flags(3stap)
for details.
NFS client synchronously reading a page

See probe::nfs.aop.readpage(3stap)
for details.
NFS client reading multiple pages

See probe::nfs.aop.readpages(3stap)
for details.
NFS client marking page as dirty

See probe::nfs.aop.set_page_dirty(3stap)
for details.
NFS client writing a mapped page to the NFS server

See probe::nfs.aop.writepage(3stap)
for details.
NFS client writing several dirty pages to the NFS server

See probe::nfs.aop.writepages(3stap)
for details.
NFS client begin to write data

See probe::nfs.aop.write_begin(3stap)
for details.
NFS client complete writing data

See probe::nfs.aop.write_end(3stap)
for details.
NFS client releasing page

See probe::nfs.aop.release_page(3stap)
for details.

SEE ALSO

probe::nfs.fop.llseek(3stap), probe::nfs.fop.read(3stap), probe::nfs.fop.write(3stap), probe::nfs.fop.aio_read(3stap), probe::nfs.fop.read_iter(3stap), probe::nfs.fop.aio_write(3stap), probe::nfs.fop.write_iter(3stap), probe::nfs.fop.mmap(3stap), probe::nfs.fop.open(3stap), probe::nfs.fop.flush(3stap), probe::nfs.fop.release(3stap), probe::nfs.fop.fsync(3stap), probe::nfs.fop.lock(3stap), probe::nfs.fop.sendfile(3stap), probe::nfs.fop.check_flags(3stap), probe::nfs.aop.readpage(3stap), probe::nfs.aop.readpages(3stap), probe::nfs.aop.set_page_dirty(3stap), probe::nfs.aop.writepage(3stap), probe::nfs.aop.writepages(3stap), probe::nfs.aop.write_begin(3stap), probe::nfs.aop.write_end(3stap), probe::nfs.aop.release_page(3stap), stap(1), stapprobes(3stap)

November 2023 SystemTap Tapset Reference