Function report |
Source Code:kernel\kprobes.c |
Create Date:2022-07-28 11:34:51 |
Last Modify:2022-05-22 18:14:58 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Check given address is on the page of kprobe instruction slots.* This will be used for checking whether the address on a stack* is on a text area or not.
Proto:bool __is_insn_slot_addr(struct kprobe_insn_cache *c, unsigned long addr)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
struct kprobe_insn_cache * | c | |
unsigned long | addr |
278 | bool ret = false |
282 | If addr >= Page of instruction slots && addr < Page of instruction slots + PAGE_SIZE Then |
284 | ret = true |
285 | Break |
290 | Return ret |
Name | Describe |
---|---|
is_kprobe_insn_slot | |
is_kprobe_optinsn_slot |
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 |