Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\kprobes.c Create Date:2022-07-28 11:35:42
Last Modify:2022-05-22 18:14:58 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:__within_kprobe_blacklist

Proto:static bool __within_kprobe_blacklist(unsigned long addr)

Type:bool

Parameter:

TypeParameterName
unsigned longaddr
1433  If arch_within_kprobe_blacklist(addr) Then Return true
1440  If addr >= start_addr && addr < end_addr Then Return true
1443  Return false
Caller
NameDescribe
within_kprobe_blacklist