Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:arch_syscall_match_sym_name

Proto:static inline bool arch_syscall_match_sym_name(const char *sym, const char *name)

Type:bool

Parameter:

TypeParameterName
const char *sym
const char *name
68  Return Not strcmp(sym + 3, name + 3) || Not strncmp(sym, "__x64_", 6) && Not strcmp(sym + 9, name + 3) || Not strncmp(sym, "__ia32_", 7) && Not strcmp(sym + 10, name + 3)
Caller
NameDescribe
find_syscall_meta