函数逻辑报告 |
Source Code:kernel\trace\trace_syscalls.c |
Create Date:2022-07-27 13:29:22 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:ftrace_syscall_enter
函数原型:static void ftrace_syscall_enter(void *data, struct pt_regs *regs, long id)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
void * | data | |
struct pt_regs * | regs | |
long | id |
327 | syscall_nr等于trace_get_syscall_nr(当前进程, regs) |
328 | 如果syscall_nr小于0或syscall_nr大于等于NR_syscalls则返回 |
333 | 如果非trace_file则返回 |
340 | 如果非sys_data则返回 |
351 | 如果非event则返回 |
354 | entry等于g_buffer_event_data - return the data of the event*@event: the event to get the data from |
355 | nr等于syscall_nr |
356 | syscall_get_arguments(当前进程, regs, args) |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |