1TAPSET::PAGEFAULT(3stap) TAPSET::PAGEFAULT(3stap)
2
3
4
6 tapset::pagefault - systemtap pagefault probe points
7
8
9
11 This family of probe points is used to probe page fault events. It
12 contains the following probe points:
13
14
15 vm.pagefault
16 Fires when there is a pagefault
17
18 Arguments:
19
20 address
21 The address caused this page fault.
22
23 write_access
24 1 means this is a write access and 0 means this is a read
25 access
26
27
29 stap(1), stapprobes(3stap)
30
31
32
33
34IBM TAPSET::PAGEFAULT(3stap)