Function report |
Source Code:kernel\bpf\core.c |
Create Date:2022-07-28 12:49:53 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:bpf_check_tail_call
Proto:static int bpf_check_tail_call(const struct bpf_prog *fp)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
const struct bpf_prog * | fp |
1743 | aux = Auxiliary fields |
1746 | When i < used_map_cnt cycle |
1750 | If map_type != BPF_MAP_TYPE_PROG_ARRAY Then Continue |
1754 | If Not bpf_prog_array_compatible(array, fp) Then Return -EINVAL |
1758 | Return 0 |
Name | Describe |
---|---|
bpf_prog_select_runtime | pf_prog_select_runtime - select exec runtime for BPF program*@fp: bpf_prog populated with internal BPF program*@err: pointer to error variable* Try to JIT eBPF program, if JIT is not available, use interpreter. |
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 |