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 caller_function
13 name of the caller function
14
15 gfp_flags
16 type of kmemory to allocate
17
18 name
19 name of the probe point
20
21 gfp_flag_name
22 type of kmemory to allocate (in String format)
23
24 bytes_req
25 requested Bytes
26
27 call_site
28 address of the kmemory function
29
30 ptr
31 pointer to the kmemory allocated
32
33 bytes_alloc
34 allocated Bytes
35
37 tapset::memory(3stap)
38
39
40
41SystemTap Tapset Reference November 2020 PROBE::VM.KMALLOC(3stap)