1PROBE::VM.PAGEFAUL(3stap) Memory Tapset PROBE::VM.PAGEFAUL(3stap)
2
3
4
6 probe::vm.pagefault - Records that a page fault occurred
7
9 vm.pagefault
10
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 name
17 name of the probe point
18
19 address
20 the address of the faulting memory access; i.e. the address that
21 caused the page fault
22
24 The process which triggered the fault
25
26
27
28SystemTap Tapset Reference August 2011 PROBE::VM.PAGEFAUL(3stap)