函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\bpf\trampoline.c Create Date:2022-07-27 14:33:03
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:arch_prepare_bpf_trampoline

函数原型:int __weak arch_prepare_bpf_trampoline(void *image, struct btf_func_model *m, u32 flags, struct bpf_prog **fentry_progs, int fentry_cnt, struct bpf_prog **fexit_progs, int fexit_cnt, void *orig_call)

返回类型:int

参数:

类型参数名称
void *image
struct btf_func_model *m
u32flags
struct bpf_prog **fentry_progs
intfentry_cnt
struct bpf_prog **fexit_progs
intfexit_cnt
void *orig_call
304  返回:负Operation is not supported
调用者
名称描述
bpf_trampoline_update