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

SEE ALSO

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