Function report |
Source Code:kernel\kprobes.c |
Create Date:2022-07-28 11:36:11 |
Last Modify:2022-05-22 18:14:58 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Add all symbols in given area into kprobe blacklist
Proto:int kprobe_add_area_blacklist(unsigned long start, unsigned long end)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned long | start | |
unsigned long | end |
2170 | ret = 0 |
2173 | ret = kprobe_add_ksym_blacklist(entry) |
2179 | Return 0 |
Name | Describe |
---|---|
arch_populate_kprobe_blacklist | |
populate_kprobe_blacklist | Lookup 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. |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |