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