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