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       gfp_flag_name
17           type of kmemory to allocate(in string format)
18
19       name
20           name of the probe point
21
22       caller_function
23           name of the caller function
24
25       bytes_alloc
26           allocated Bytes
27
28       call_site
29           address of the function calling this kmemory function
30
31       gfp_flags
32           type of kmemory to allocate
33
34       bytes_req
35           requested Bytes
36

SEE ALSO

38       tapset::memory(3stap)
39
40
41
42SystemTap Tapset Reference       October 2018        PROBE::VM.KMEM_CAC(3stap)
Impressum