Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\kprobes\opt.c Create Date:2022-07-28 08:39:18
Last Modify:2022-05-22 07:44:06 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:Check the addr is within the optimized instructions.

Proto:int arch_within_optimized_kprobe(struct optimized_kprobe *op, unsigned long addr)

Type:int

Parameter:

TypeParameterName
struct optimized_kprobe *op
unsigned longaddr
328  Return location of the probe point <= addr && location of the probe point + the size of instructions copied to detour code buffer > addr