Function report |
Source Code:kernel\trace\trace_events_hist.c |
Create Date:2022-07-28 12:33:14 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:hist_trigger_stacktrace_print
Proto:static void hist_trigger_stacktrace_print(struct seq_file *m, unsigned long *stacktrace_entries, unsigned int max_entries)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct seq_file * | m | |
unsigned long * | stacktrace_entries | |
unsigned int | max_entries |
5378 | spaces = 8 |
5381 | When i < max_entries cycle |
5382 | If Not stacktrace_entries[i] Then Return |
5385 | seq_printf(m, "%*c", 1 + spaces, ' ') |
5387 | seq_printf(m, "%s\n", str) |
Name | Describe |
---|---|
hist_trigger_print_key |
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 |