Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\include\asm\stacktrace.h Create Date:2022-07-28 07:31:30
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:on_stack

Proto:static inline bool on_stack(struct stack_info *info, void *addr, size_t len)

Type:bool

Parameter:

TypeParameterName
struct stack_info *info
void *addr
size_tlen
43  begin = begin
44  end = end
46  Return type != STACK_TYPE_UNKNOWN && addr >= begin && addr < end && addr + len > begin && addr + len <= end
Caller
NameDescribe
show_regs_if_on_stack
stack_access_ok
unwind_next_frame
__unwind_start
update_stack_state
__unwind_start
__unwind_start