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

SEE ALSO

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