Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\livepatch\patch.c Create Date:2022-07-28 10:31:09
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:Convert a function address into the appropriate ftrace location.* Usually this is just the address of the function, but on some architectures* it's more complicated so allow them to provide a custom behaviour.

Proto:static unsigned long klp_get_ftrace_location(unsigned long faddr)

Type:unsigned long

Parameter:

TypeParameterName
unsigned longfaddr
131  Return faddr
Caller
NameDescribe
klp_unpatch_func
klp_patch_func