Function report |
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 activity | Download SCCT | Chinese |
Name:arch_syscall_match_sym_name
Proto:static inline bool arch_syscall_match_sym_name(const char *sym, const char *name)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
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) |
Name | Describe |
---|---|
find_syscall_meta |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |