1PROBE::VM.WRITE_SH(3stap) Memory Tapset PROBE::VM.WRITE_SH(3stap)
2
3
4
6 probe::vm.write_shared - Attempts at writing to a shared page
7
9 vm.write_shared
10
12 address
13 the address of the shared write
14
15 name
16 name of the probe point
17
19 The context is the process attempting the write.
20
22 Fires when a process attempts to write to a shared page. If a copy is
23 necessary, this will be followed by a vm.write_shared_copy.
24
26 tapset::memory(3stap)
27
28
29
30SystemTap Tapset Reference April 2023 PROBE::VM.WRITE_SH(3stap)