Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:arch_check_ftrace_location

Proto:int __weak arch_check_ftrace_location(struct kprobe *p)

Type:int

Parameter:

TypeParameterName
struct kprobe *p
1534  ftrace_addr = ftrace_location((unsignedlong) location of the probe point )
1535  If ftrace_addr Then
1542  Return -EINVAL
1545  Return 0
Caller
NameDescribe
check_kprobe_address_safe