Function report |
Source Code:kernel\bpf\core.c |
Create Date:2022-07-28 12:49:56 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:bpf_prog_array_alloc
Proto:struct bpf_prog_array *bpf_prog_array_alloc(u32 prog_cnt, gfp_t flags)
Type:struct bpf_prog_array
Parameter:
Type | Parameter | Name |
---|---|---|
u32 | prog_cnt | |
gfp_t | flags |
1860 | If prog_cnt Then Return kzalloc - allocate memory. The memory is set to zero.*@size: how many bytes of memory are required.*@flags: the type of memory to allocate (see kmalloc). |
1866 | Return hdr |
Name | Describe |
---|---|
bpf_prog_array_copy | |
compute_effective_progs | mpute a chain of effective programs for a given cgroup:* start from the list of programs in this cgroup and add* all parent programs.* Note that parent's F_ALLOW_OVERRIDE-type program is yielding* to programs in this cgroup |
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 |