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