summaryrefslogtreecommitdiffstats
path: root/man/stapprobes.pagefault.5.in
blob: ea93f32506a6541fddb307ca2507cacbde9bb10f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
.\" -*- nroff -*-
.TH STAPPROBES.PAGEFAULT 5 @DATE@ "IBM"
.SH NAME
stapprobes.pagefault \- systemtap pagefault probe points

.\" macros
.de SAMPLE
.br
.RS
.nf
.nh
..
.de ESAMPLE
.hy
.fi
.RE
..

.SH DESCRIPTION

This family of probe points is used to probe page fault events.
It contains the following probe points:

.P
.TP 
.B vm.pagefault
Fires when there is a pagefault

.B Arguments:

.I address
  The address caused this page fault.

.I write_access
  1 means this is a write access and 0 means this is a read access

.SH SEE ALSO
.IR stap (1),
.IR stapprobes (5),