函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:Set the kprobe gone and remove its instruction buffer.

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

返回类型:void

参数:

类型参数名称
struct kprobe *p
2065  * Indicates various status flags. * Protected by kprobe_mutex after this kprobe is registered.或等于akpoint has already gone
2066  如果Return true if the kprobe is an aggregator
2071  遍历RCU(kp, & list of kprobes for multi-handler support , list)
2072  * Indicates various status flags. * Protected by kprobe_mutex after this kprobe is registered.或等于akpoint has already gone
2073  Called after addr is executed, unless... = NULL
2074  Remove optimized instructions
2080  arch_remove_kprobe(p)
调用者
名称描述
kprobes_module_callbackModule notifier call back, checking kprobes on the module