Function report |
Source Code:kernel\kprobes.c |
Create Date:2022-07-28 11:36:10 |
Last Modify:2022-05-22 18:14:58 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:kprobe_add_ksym_blacklist
Proto:int kprobe_add_ksym_blacklist(unsigned long entry)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned long | entry |
2151 | If Not kernel_text_address(entry) || Not Lookup an address but don't bother to find any names. Then Return -EINVAL |
2155 | ent = Allocation memory |
2158 | start_addr = entry |
2163 | Return size |
Name | Describe |
---|---|
kprobe_add_area_blacklist | Add all symbols in given area into 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 |