Function report |
Source Code:kernel\trace\trace_functions_graph.c |
Create Date:2022-07-28 12:13:16 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Return check for irq code* returns 1 if* - we are inside irq code* - we just left irq code* returns 0 if* - funcgraph-interrupts option is set* - we are not inside irq code
Proto:static int check_irq_return(struct trace_iterator *iter, unsigned int flags, int depth)
Type:int
Parameter:
| Type | Parameter | Name |
|---|---|---|
| struct trace_iterator * | iter | |
| unsigned int | flags | |
| int | depth |
| 832 | If flags & TRACE_GRAPH_PRINT_IRQS || Not data Then Return 0 |
| 836 | depth_irq = & (({ |
| 836 | })->depth_irq) |
| 841 | If depth_irq == -1 Then Return 0 |
| 854 | depth_irq = -1 |
| 855 | Return 1 |
| 861 | Return 1 |
| Name | Describe |
|---|---|
| print_graph_return |
| 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 |