vm.pagefault.3stap

Langue: en

Autres versions - même langue

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

Section: 3 (Bibliothèques de fonctions)

NAME

vm.pagefault - Records that a page fault occurred.

SYNOPSIS

 vm.pagefault 
 

VALUES

write_access

Indicates whether this was a write or read access; <command>1</command> indicates a write, while <command>0</command> indicates a read.

address

The address of the faulting memory access; i.e. the address that caused the page fault.

CONTEXT

The process which triggered the fault

AUTHOR

SystemTap

Hackers