logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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