Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\kprobes.c Create Date:2022-07-28 11:35:30
Last Modify:2022-05-22 18:14:58 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:kretprobe_table_lock

Proto:static void kretprobe_table_lock(unsigned long hash, unsigned long *flags)__acquires(hlist_lock)

Type:void

Parameter:

TypeParameterName
unsigned longhash
unsigned long *flags
1213  hlist_lock = kretprobe_table_lock_ptr(hash)
1214  raw_spin_lock_irqsave(hlist_lock, * flags)
Caller
NameDescribe
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