1PROBE::VM.PAGEFAUL(3stap)        Memory Tapset       PROBE::VM.PAGEFAUL(3stap)
2
3
4

NAME

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

SYNOPSIS

9       vm.pagefault
10

VALUES

12       write_access
13           indicates whether this was a write or read access; 1 indicates a
14           write, while 0 indicates a read
15
16       address
17           the address of the faulting memory access; i.e. the address that
18           caused the page fault
19
20       name
21           name of the probe point
22

CONTEXT

24       The process which triggered the fault
25

SEE ALSO

27       tapset::memory(3stap)
28
29
30
31SystemTap Tapset Reference       November 2019       PROBE::VM.PAGEFAUL(3stap)
Impressum