probe::vm.kmem_cache_alloc — Fires when kmem_cache_alloc is requested
vm.kmem_cache_alloc
call_siteaddress of the function calling this kmemory function.
namename of the probe point
ptrpointer to the kmemory allocated
gfp_flag_nametype of kmemory to allocate(in string format)
bytes_allocallocated Bytes
caller_functionname of the caller function.
bytes_reqrequested Bytes
gfp_flagstype of kmemory to allocate