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

NAME

6       probe::vm.pagefault.return - Indicates what type of fault occurred
7

SYNOPSIS

9       vm.pagefault.return
10

VALUES

12       fault_type
13           returns either 0 (VM_FAULT_OOM) for out of memory faults, 2
14           (VM_FAULT_MINOR) for minor faults, 3 (VM_FAULT_MAJOR) for major
15           faults, or 1 (VM_FAULT_SIGBUS) if the fault was neither OOM, minor
16           fault, nor major fault.
17
18       name
19           name of the probe point
20

SEE ALSO

22       tapset::memory(3stap)
23
24
25
26SystemTap Tapset Reference       November 2019       PROBE::VM.PAGEFAUL(3stap)
Impressum