Function report |
Source Code:kernel\stacktrace.c |
Create Date:2022-07-28 10:37:53 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name: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
Proto:void stack_trace_print(const unsigned long *entries, unsigned int nr_entries, int spaces)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
const unsigned long * | entries | |
unsigned int | nr_entries | |
int | spaces |
Name | Describe |
---|---|
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 |
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 |