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

NAME

6       probe::vm.kmem_cache_alloc - Fires when kmem_cache_alloc is requested
7

SYNOPSIS

9       vm.kmem_cache_alloc
10

VALUES

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

SEE ALSO

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