1PROBE::VM.KMEM_CAC(3stap) Memory Tapset PROBE::VM.KMEM_CAC(3stap)
2
3
4
6 probe::vm.kmem_cache_free - Fires when kmem_cache_free is requested
7
9 vm.kmem_cache_free
10
12 caller_function
13 Name of the caller function.
14
15 name
16 Name of the probe point
17
18 call_site
19 Address of the function calling this kmemory function
20
21 ptr
22 Pointer to the kmemory allocated which is returned by kmem_cache
23
25 tapset::memory(3stap)
26
27
28
29SystemTap Tapset Reference November 2021 PROBE::VM.KMEM_CAC(3stap)