Function report |
Source Code:kernel\trace\trace_functions_graph.c |
Create Date:2022-07-28 12:13:14 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Entry check for irq code* returns 1 if* - we are inside irq code* - we just entered irq code* retunns 0 if* - funcgraph-interrupts option is set* - we are not inside irq code
Proto:static int check_irq_entry(struct trace_iterator *iter, unsigned int flags, unsigned long addr, int depth)
Type:int
Parameter:
| Type | Parameter | Name |
|---|---|---|
| struct trace_iterator * | iter | |
| unsigned int | flags | |
| unsigned long | addr | |
| int | depth |
| 786 | If flags & TRACE_GRAPH_PRINT_IRQS || Not data Then Return 0 |
| 790 | depth_irq = & (({ |
| 790 | })->depth_irq) |
| 795 | If depth_irq >= 0 Then Return 1 |
| 798 | If addr < __irqentry_text_start || addr >= __irqentry_text_end Then Return 0 |
| 806 | Return 1 |
| Name | Describe |
|---|---|
| print_graph_entry |
| 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 |