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