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