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

NAME

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

SYNOPSIS

9       vm.kmalloc
10

VALUES

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

SEE ALSO

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