1PROBE::VM.KMALLOC(3stap) Memory Tapset PROBE::VM.KMALLOC(3stap)
2
3
4
6 probe::vm.kmalloc - Fires when kmalloc is requested
7
9 vm.kmalloc
10
12 gfp_flags
13 type of kmemory to allocate
14
15 call_site
16 address of the kmemory function
17
18 caller_function
19 name of the caller function
20
21 bytes_alloc
22 allocated Bytes
23
24 bytes_req
25 requested Bytes
26
27 name
28 name of the probe point
29
30 gfp_flag_name
31 type of kmemory to allocate (in String format)
32
33 ptr
34 pointer to the kmemory allocated
35
37 tapset::memory(3stap)
38
39
40
41SystemTap Tapset Reference November 2019 PROBE::VM.KMALLOC(3stap)