函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:kretprobe_table_unlock

函数原型:static void kretprobe_table_unlock(unsigned long hash, unsigned long *flags)__releases(hlist_lock)

返回类型:void

参数:

类型参数名称
unsigned longhash
unsigned long *flags
1234  hlist_lock等于kretprobe_table_lock_ptr(hash)
1235  raw_spin_unlock_irqrestore(hlist_lock, * flags)
调用者
名称描述
kprobe_flush_taskThis function is called from finish_task_switch when task tk becomes dead,* so that we can recycle any function-return probe instances associated* with this task. These left over instances represent probed functions
cleanup_rp_inst