probe::vm.pagefault.3stap - Man Page

Records that a page fault occurred

Synopsis

vm.pagefault

Values

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

address

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

Context

The process which triggered the fault

See Also0

tapset::memory(3stap)

Info

November 2023 SystemTap Tapset Reference Memory Tapset