Function report |
Source Code:kernel\trace\trace_syscalls.c |
Create Date:2022-07-28 12:22:00 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:set_syscall_print_fmt
Proto:static int __init set_syscall_print_fmt(struct trace_event_call *call)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct trace_event_call * | call |
246 | If enter_event != call Then |
247 | print_fmt = "\"0x%lx\", REC->ret" |
248 | Return 0 |
252 | len = __set_enter_print_fmt(entry, NULL, 0) |
254 | print_fmt = Allocation memory |
259 | __set_enter_print_fmt(entry, print_fmt, len + 1) |
262 | Return 0 |
Name | Describe |
---|---|
init_syscall_trace |
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 |