vm.pagefault.return.3stap

Langue: en

Autres versions - même langue

Version: May 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

vm.pagefault.return - Indicates what type of fault occurred.

SYNOPSIS

 vm.pagefault.return 
 

VALUES

fault_type

Returns either <command>0</command> (VM_FAULT_OOM) for out of memory faults, <command>2</command> (VM_FAULT_MINOR) for minor faults, <command>3</command> (VM_FAULT_MAJOR) for major faults, or <command>1</command> (VM_FAULT_SIGBUS) if the fault was neither OOM, minor fault, nor major fault.

AUTHOR

SystemTap

Hackers