函数逻辑报告 |
Source Code:kernel\trace\trace.c |
Create Date:2022-07-27 13:03:53 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:__trace_puts - write a constant string into the trace buffer.*@ip: The address of the caller*@str: The constant string to write*@size: The size of the string.
函数原型:int __trace_puts(unsigned long ip, const char *str, int size)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
unsigned long | ip | |
const char * | str | |
int | size |
857 | 如果非trace_flags按位与TRACE_ITER_PRINTK的值则返回:0 |
871 | 如果非event则返回:0 |
874 | entry等于g_buffer_event_data - return the data of the event*@event: the event to get the data from |
887 | ftrace_trace_stack( & The global_trace is the descriptor that holds the top-level tracing* buffers for the live tracing., buffer, irq_flags, 4, pc, NULL) |
889 | 返回:size |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |