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