1FUNCTION::KERNEL_STR(3staSpt)ring and data retrieving fFuUnNCTION::KERNEL_STR(3stap)
2
3
4
6 function::kernel_string_n - Retrieves string of given length from
7 kernel memory
8
10 kernel_string_n:string(addr:long,n:long)
11
13 addr
14 The kernel address to retrieve the string from
15
16 n
17 The maximum length of the string (if not null terminated)
18
20 Returns the C string of a maximum given length from a given kernel
21 memory address. Reports an error on string copy fault.
22
23
24
25SystemTap Tapset Reference August 2011 FUNCTION::KERNEL_STR(3stap)