Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

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

Name

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

See Also

tapset::memory(3stap)

SystemTap Tapset Reference                         April 2024                             PROBE::VM.KFREE(3stap)

Synopsis

       vm.kfree

Values

call_site
           address of the function calling this kmemory function

       ptr
           pointer to the kmemory allocated which is returned by kmalloc

       caller_function
           name of the caller function.

       name
           name of the probe point

See Also