Function report |
Source Code:include\trace\events\kmem.h |
Create Date:2022-07-28 14:28:37 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:trace_kmem_cache_alloc_node
Proto:static inline void trace_kmem_cache_alloc_node(unsigned long call_site, const void *ptr, size_t bytes_req, size_t bytes_alloc, gfp_t gfp_flags, int node)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned long | call_site | |
const void * | ptr | |
size_t | bytes_req | |
size_t | bytes_alloc | |
gfp_t | gfp_flags | |
int | node |
NULL
Name | Describe |
---|---|
slob_alloc_node | |
kmem_cache_alloc_node | kmem_cache_alloc_node - Allocate an object on the specified node*@cachep: The cache to allocate from.*@flags: See kmalloc().*@nodeid: node number of the target node.* Identical to kmem_cache_alloc but it will allocate memory on the given |
kmem_cache_alloc_node |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |