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 address
13 the address of the faulting memory access; i.e. the address that
14 caused the page fault
15
16 write_access
17 indicates whether this was a write or read access; 1 indicates a
18 write, while 0 indicates a read
19
20 name
21 name of the probe point
22
24 The process which triggered the fault
25
27 tapset::memory(3stap)
28
29
30
31SystemTap Tapset Reference April 2023 PROBE::VM.PAGEFAUL(3stap)