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.kmem_cache_free - Fires when kmem_cache_free is requested

Name

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

See Also

tapset::memory(3stap)

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

Synopsis

       vm.kmem_cache_free

Values

name
           Name of the probe point

       caller_function
           Name of the caller function.

       call_site
           Address of the function calling this kmemory function

       ptr
           Pointer to the kmemory allocated which is returned by kmem_cache

return

See Also