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