1PROBE::VM.WRITE_SH(3stap) Memory Tapset PROBE::VM.WRITE_SH(3stap)
2
3
4
6 probe::vm.write_shared_copy - Page copy for shared page write
7
9 vm.write_shared_copy
10
12 name
13 Name of the probe point
14
15 zero
16 boolean indicating whether it is a zero page (can do a clear
17 instead of a copy)
18
19 address
20 The address of the shared write
21
23 The process attempting the write.
24
26 Fires when a write to a shared page requires a page copy. This is
27 always preceded by a vm.shared_write.
28
29
30
31SystemTap Tapset Reference August 2011 PROBE::VM.WRITE_SH(3stap)