函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:arch_populate_kprobe_blacklist

函数原型:int __init arch_populate_kprobe_blacklist(void)

返回类型:int

参数:

1075  ret等于kprobe_add_area_blacklist((unsignedlong)__irqentry_text_start, (unsignedlong)__irqentry_text_end)
1077  如果ret则返回:ret
1080  返回:kprobe_add_area_blacklist((unsignedlong)__entry_text_start, (unsignedlong)__entry_text_end)
调用者
名称描述
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.