Function report |
Source Code:kernel\trace\trace_sched_wakeup.c |
Create Date:2022-07-28 12:10:01 |
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 |
355 | If tracing_thresh Then |
356 | If delta < tracing_thresh Then Return false |
358 | Else |
359 | If delta <= max_latency Then Return false |
362 | Return true |
Name | Describe |
---|---|
probe_wakeup_sched_switch |
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 |