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

SEE ALSO

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