tapset::nfs(3stap) — Linux manual page

NAME | DESCRIPTION | SEE ALSO | COLOPHON

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

NAME         top

       tapset::nfs - systemtap nfs tapset

DESCRIPTION         top

       nfs.fop.llseek
              NFS client llseek operation

               See probe::nfs.fop.llseek(3stap)
               for details.

       nfs.fop.read
              NFS client read operation

               See probe::nfs.fop.read(3stap)
               for details.

       nfs.fop.write
              NFS client write operation

               See probe::nfs.fop.write(3stap)
               for details.

       nfs.fop.aio_read
              NFS client aio_read file operation

               See probe::nfs.fop.aio_read(3stap)
               for details.

       nfs.fop.read_iter
              NFS client read_iter file operation

               See probe::nfs.fop.read_iter(3stap)
               for details.

       nfs.fop.aio_write
              NFS client aio_write file operation

               See probe::nfs.fop.aio_write(3stap)
               for details.

       nfs.fop.write_iter
              NFS client write_iter file operation

               See probe::nfs.fop.write_iter(3stap)
               for details.

       nfs.fop.mmap
              NFS client mmap operation

               See probe::nfs.fop.mmap(3stap)
               for details.

       nfs.fop.open
              NFS client file open operation

               See probe::nfs.fop.open(3stap)
               for details.

       nfs.fop.flush
              NFS client flush file operation

               See probe::nfs.fop.flush(3stap)
               for details.

       nfs.fop.release
              NFS client release page operation

               See probe::nfs.fop.release(3stap)
               for details.

       nfs.fop.fsync
              NFS client fsync operation

               See probe::nfs.fop.fsync(3stap)
               for details.

       nfs.fop.lock
              NFS client file lock operation

               See probe::nfs.fop.lock(3stap)
               for details.

       nfs.fop.sendfile
              NFS client send file operation

               See probe::nfs.fop.sendfile(3stap)
               for details.

       nfs.fop.check_flags
              NFS client checking flag operation

               See probe::nfs.fop.check_flags(3stap)
               for details.

       nfs.aop.readpage
              NFS client synchronously reading a page

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

       nfs.aop.readpages
              NFS client reading multiple pages

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

       nfs.aop.set_page_dirty
              NFS client marking page as dirty

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

       nfs.aop.writepage
              NFS client writing a mapped page to the NFS server

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

       nfs.aop.writepages
              NFS client writing several dirty pages to the NFS server

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

       nfs.aop.write_begin
              NFS client begin to write data

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

       nfs.aop.write_end
              NFS client complete writing data

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

       nfs.aop.release_page
              NFS client releasing page

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

SEE ALSO         top

       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)

COLOPHON         top

       This page is part of the systemtap (a tracing and live-system
       analysis tool) project.  Information about the project can be
       found at ⟨https://sourceware.org/systemtap/⟩.  If you have a bug
       report for this manual page, send it to systemtap@sourceware.org.
       This page was obtained from the project's upstream Git repository
       ⟨git://sourceware.org/git/systemtap.git⟩ on 2023-12-22.  (At that
       time, the date of the most recent commit that was found in the
       repository was 2023-12-21.)  If you discover any rendering
       problems in this HTML version of the page, or you believe there
       is a better or more up-to-date source for the page, or you have
       corrections or improvements to the information in this COLOPHON
       (which is not part of the original manual page), send a mail to
       man-pages@man7.org

SystemTap Tapset Reference    November 2023           TAPSET::NFS(3stap)

Pages that refer to this page: probe::nfs.aop.readpage(3stap)probe::nfs.aop.readpages(3stap)probe::nfs.aop.release_page(3stap)probe::nfs.aop.set_page_dirty(3stap)probe::nfs.aop.write_begin(3stap)probe::nfs.aop.write_end(3stap)probe::nfs.aop.writepage(3stap)probe::nfs.aop.writepages(3stap)probe::nfs.fop.aio_read(3stap)probe::nfs.fop.aio_write(3stap)probe::nfs.fop.check_flags(3stap)probe::nfs.fop.flush(3stap)probe::nfs.fop.fsync(3stap)probe::nfs.fop.llseek(3stap)probe::nfs.fop.lock(3stap)probe::nfs.fop.mmap(3stap)probe::nfs.fop.open(3stap)probe::nfs.fop.read(3stap)probe::nfs.fop.read_iter(3stap)probe::nfs.fop.release(3stap)probe::nfs.fop.sendfile(3stap)probe::nfs.fop.write(3stap)probe::nfs.fop.write_iter(3stap)