函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:Remove optimized instructions

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

返回类型:void

参数:

类型参数名称
struct kprobe *p
742  op等于container_of - cast a member of a structure out to the containing structure*@ptr: the pointer to the member.*@type: the type of the container struct this is embedded in.*@member: the name of the member within the struct.(p, structoptimized_kprobe, kp)
743  如果非链表为空删除链表项并重新初始化
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  如果Return true(!0) if the kprobe is unused
750  添加链表项
756  删除哈希表中无需重新初始化的条目
760  arch_remove_optimized_kprobe(op)
调用者
名称描述
kill_kprobeSet the kprobe gone and remove its instruction buffer.