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