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

SEE ALSO

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