probe::vm.kmalloc_node.3stap

Langue: en

Version: September 2010 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

NAME

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

SYNOPSIS

 vm.kmalloc_node 
 

VALUES

ptr

Pointer to the kmemory allocated

caller_function

Name of the caller function.

call_site

Address of the function caling this kmemory function.

gfp_flag_name

Type of kmemory to allocate(in string format)

name

Name of the probe point

bytes_req

Requested Bytes

bytes_alloc

Allocated Bytes

gfp_flags

type of kmemory to allocate