1FUNCTION::SET_KERNEL(3staSpt)ring and data writing funcFtUiNCTION::SET_KERNEL(3stap)
2
3
4
6 function::set_kernel_long - Writes a long value to kernel memory
7
9 set_kernel_long(addr:long,val:long)
10
12 addr
13 The kernel address to write the long to
14
15 val
16 The long which is to be written
17
19 Writes the long value to a given kernel memory address. Reports an
20 error when writing to the given address fails. Requires the use of guru
21 mode (-g).
22
24 tapset::conversions-guru(3stap)
25
26
27
28SystemTap Tapset Reference April 2023 FUNCTION::SET_KERNEL(3stap)