Function report |
Source Code:kernel\trace\trace_irqsoff.c |
Create Date:2022-07-28 12:09:18 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Should this new latency be reported/recorded?
Proto:static bool report_latency(struct trace_array *tr, u64 delta)
Type:bool
Parameter:
| Type | Parameter | Name |
|---|---|---|
| struct trace_array * | tr | |
| u64 | delta |
| 307 | If tracing_thresh Then |
| 308 | If delta < tracing_thresh Then Return false |
| 310 | Else |
| 311 | If delta <= max_latency Then Return false |
| 314 | Return true |
| Name | Describe |
|---|---|
| check_critical_timing |
| 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 |