Function report |
Source Code:kernel\trace\trace_syscalls.c |
Create Date:2022-07-28 12:22:05 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:syscall_exit_define_fields
Proto:static int __init syscall_exit_define_fields(struct trace_event_call *call)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct trace_event_call * | call |
302 | ret = trace_define_field(call, SYSCALL_FIELD(int, nr, __syscall_nr), FILTER_OTHER) |
307 | ret = trace_define_field(call, SYSCALL_FIELD(long, ret, ret), FILTER_OTHER) |
310 | Return ret |
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 |