1PROBE::VM.KMEM_CAC(3stap)        Memory Tapset       PROBE::VM.KMEM_CAC(3stap)
2
3
4

NAME

6       probe::vm.kmem_cache_alloc_node - Fires when kmem_cache_alloc_node is
7       requested
8

SYNOPSIS

10       vm.kmem_cache_alloc_node
11

VALUES

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