函数逻辑报告 |
Source Code:kernel\stacktrace.c |
Create Date:2022-07-27 11:37:44 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:stack_trace_save - Save a stack trace into a storage array*@store: Pointer to storage array*@size: Size of the storage array*@skipnr: Number of entries to skip at the start of the stack trace* Return: Number of trace entries stored.
函数原型:unsigned int stack_trace_save(unsigned long *store, unsigned int size, unsigned int skipnr)
返回类型:unsigned int
参数:
类型 | 参数 | 名称 |
---|---|---|
unsigned long * | store | |
unsigned int | size | |
unsigned int | skipnr |
123 | arch_stack_walk(consume_entry, & c, 当前进程, NULL) |
124 | 返回:len |
名称 | 描述 |
---|---|
backtrace_test_saved | |
__ftrace_trace_stack | |
check_stack | The stack tracer looks for a maximum stack at each call from a function. It* registers a callback from ftrace, and in that callback it examines the stack* size. It determines the stack size from the variable passed in, which is the |
event_hist_trigger | |
__save_stack_trace | Save stack trace to the given array of MAX_TRACE size. |
create_dummy_stack | |
save_stack | |
dma_entry_alloc | struct dma_entry allocator* The next two functions implement the allocator for* struct dma_debug_entries. |
save_stack |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |