Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\bpf\verifier.c Create Date:2022-07-28 13:03:51
Last Modify:2022-05-19 20:02:10 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:is_tracing_prog_type

Proto:static bool is_tracing_prog_type(enum bpf_prog_type type)

Type:bool

Parameter:

TypeParameterName
enum bpf_prog_typetype
8107  Case type == BPF_PROG_TYPE_KPROBE
8108  Case type == BPF_PROG_TYPE_TRACEPOINT
8109  Case type == BPF_PROG_TYPE_PERF_EVENT
8110  Case type == BPF_PROG_TYPE_RAW_TRACEPOINT
8111  Return true
8112  Default
8113  Return false
Caller
NameDescribe
check_map_prog_compatibility