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

SEE ALSO

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