Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

CentOS 5.6

probe::vm.kmalloc(3stap)


PROBE::VM.KMALLOC

PROBE::VM.KMALLOC

NAME
SYNOPSIS
VALUES

NAME

probe::vm.kmalloc − Fires when kmalloc is requested.

SYNOPSIS

vm.kmalloc

VALUES

ptr

Pointer to the kmemory allocated

caller_function

Name of the caller function.

call_site

Address of the 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



probe::vm.kmalloc(3stap)