| Function report | 
| Source Code: kernel\kprobes.c | Create Date:2022-07-28 11:35:11 | 
| Last Modify:2022-05-22 18:14:58 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:Remove optimized instructions
Proto:static void kill_optimized_kprobe(struct kprobe *p)
Type:void
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| struct kprobe * | p | 
| 743 | If Not list_empty - tests whether a list is empty*@head: the list to test. Then list_del_init - deletes entry from list and reinitialize it.*@entry: the element to delete from the list. | 
| 746 | * Indicates various status flags. * Protected by kprobe_mutex after this kprobe is registered. &= ~probe is really optimized.* NOTE:* this flag is only for optimized_kprobe. | 
| 748 | If Return true(!0) if the kprobe is unused Then | 
| Name | Describe | 
|---|---|
| kill_kprobe | Set the kprobe gone and remove its instruction buffer. | 
| 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 |