函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:We have preemption disabled.. so it is safe to use __ versions

函数原型:static inline void set_kprobe_instance(struct kprobe *kp)

返回类型:void

参数:

类型参数名称
struct kprobe *kp
309  __this_cpu_write(kprobe_instance, kp)
调用者
名称描述
opt_pre_handlerCall all pre_handler on the list, but ignores its return value.* This must be called from arch-dep optimized caller.
aggr_pre_handler
aggr_post_handler