logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

probe::vm.pagefault - Records that a page fault occurred

Context

       The process which triggered the fault

Name

       probe::vm.pagefault - Records that a page fault occurred

See Also

tapset::memory(3stap)

SystemTap Tapset Reference                         April 2024                          PROBE::VM.PAGEFAUL(3stap)

Synopsis

       vm.pagefault

Values

address
           the address of the faulting memory access; i.e. the address that caused the page fault

       write_access
           indicates whether this was a write or read access; 1 indicates a write, while 0 indicates a read

       name
           name of the probe point

See Also