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

NAME

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

SYNOPSIS

9       vm.kmalloc_node
10

VALUES

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

SEE ALSO

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