Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\kprobes\core.c Create Date:2022-07-28 08:38:24
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:Insert a call instruction at address 'from', which calls address 'to'.

Proto:void synthesize_relcall(void *dest, void *from, void *to)

Type:void

Parameter:

TypeParameterName
void *dest
void *from
void *to
129  __synthesize_relative_insn(dest, from, to, RELATIVECALL_OPCODE)
Caller
NameDescribe
arch_prepare_optimized_kprobeCopy replacing target instructions* Target instructions MUST be relocatable (checked inside)* This is called when new aggr(opt)probe is allocated or reused.