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