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

SEE ALSO

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