函数逻辑报告 |
Source Code:kernel\stacktrace.c |
Create Date:2022-07-27 11:37:40 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:stack_trace_print - Print the entries in the stack trace*@entries: Pointer to storage array*@nr_entries: Number of entries in the storage array*@spaces: Number of leading spaces to print
函数原型:void stack_trace_print(const unsigned long *entries, unsigned int nr_entries, int spaces)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
const unsigned long * | entries | |
unsigned int | nr_entries | |
int | spaces |
名称 | 描述 |
---|---|
backtrace_test_saved | |
dump_object_info | Print the kmemleak_object information. This function is used mainly for* debugging special cases when kmemleak operations. It must be called with* the object->lock held. |
__dump_page_owner | |
dump_entry_trace | The access to some variables in this macro is racy. We can't use atomic_t* here because all these variables are exported to debugfs. Some of them even* writeable. This is also the reason why a lock won't help much. But anyway,* the races are no big deal |
print_track |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |