'\" t .\" Title: probe::vm.kfree .\" Author: .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: November 2023 .\" Manual: Memory Tapset .\" Source: SystemTap Tapset Reference .\" Language: English .\" .TH "PROBE::VM\&.KFREE" "3stap" "November 2023" "SystemTap Tapset Reference" "Memory Tapset" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" probe::vm.kfree \- Fires when kfree is requested .SH "SYNOPSIS" .sp .nf vm\&.kfree .fi .SH "VALUES" .PP \fIptr\fR .RS 4 pointer to the kmemory allocated which is returned by kmalloc .RE .PP \fIcaller_function\fR .RS 4 name of the caller function\&. .RE .PP \fIname\fR .RS 4 name of the probe point .RE .PP \fIcall_site\fR .RS 4 address of the function calling this kmemory function .RE .SH SEE ALSO\n .IR tapset::memory (3stap)