Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:in_entry_code

Proto:static bool in_entry_code(unsigned long ip)

Type:bool

Parameter:

TypeParameterName
unsigned longip
75  addr = ip
77  If addr >= __entry_text_start && addr < __entry_text_end Then Return true
80  If addr >= __irqentry_text_start && addr < __irqentry_text_end Then Return true
83  Return false
Caller
NameDescribe
unwind_next_frame