Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:arch_deref_entry_point

Proto:unsigned long __weak arch_deref_entry_point(void *entry)

Type:unsigned long

Parameter:

TypeParameterName
void *entry
1850  Return entry
Caller
NameDescribe
populate_kprobe_blacklistLookup and populate the kprobe_blacklist.* Unlike the kretprobe blacklist, we'll need to determine* the range of addresses that belong to the said functions,* since a kprobe need not necessarily be at the beginning* of a function.