Function report |
Source Code:arch\x86\include\asm\syscall.h |
Create Date:2022-07-28 07:12:33 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Only the low 32 bits of orig_ax are meaningful, so we return int.* This importantly ignores the high bits on 64-bit, so comparisons* sign-extend the low 32 bits.
Proto:static inline int syscall_get_nr(struct task_struct *task, struct pt_regs *regs)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct task_struct * | task | |
struct pt_regs * | regs |
Name | Describe |
---|---|
collect_syscall | |
handle_signal | |
do_signal | Note that 'init' is a special process: it doesn't get signals it doesn't* want to handle. Thus you cannot kill init even with a SIGKILL even by* mistake. |
trace_get_syscall_nr |
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 |