函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\kprobes.c Create Date:2022-07-27 12:39:46
Last Modify:2022-05-22 18:14:58 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:__unregister_kprobe_bottom

函数原型:static void __unregister_kprobe_bottom(struct kprobe *p)

返回类型:void

参数:

类型参数名称
struct kprobe *p
1781  如果链表为空arch_remove_kprobe(p)
1784  否则如果链表只有一项
1786  ap等于list_entry - get the struct for this entry*@ptr: the &struct list_head pointer.*@type: the type of the struct this is embedded in.*@member: the name of the list_head within the struct.(链表后项, structkprobe, list)
1787  删除链表项
1788  Free optimized instructions and optimized_kprobe
调用者
名称描述
unregister_kprobes