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 jump instruction at address 'from', which jumps to address 'to'.

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

Type:void

Parameter:

TypeParameterName
void *dest
void *from
void *to
122  __synthesize_relative_insn(dest, from, to, RELATIVEJUMP_OPCODE)
Caller
NameDescribe
prepare_boostPrepare reljump right after instruction to boost
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.