Function report |
Source Code:kernel\stacktrace.c |
Create Date:2022-07-28 10:37:54 |
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_snprint - Print the entries in the stack trace into a buffer*@buf: Pointer to the print buffer*@size: Size of the print buffer*@entries: Pointer to storage array*@nr_entries: Number of entries in the storage array*@spaces: Number of leading
Proto:int stack_trace_snprint(char *buf, size_t size, const unsigned long *entries, unsigned int nr_entries, int spaces)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
char * | buf | |
size_t | size | |
const unsigned long * | entries | |
unsigned int | nr_entries | |
int | spaces |
49 | total = 0 |
54 | When i < nr_entries && size cycle |
62 | Else |
68 | Return total |
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 |