Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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 activityDownload SCCTChinese

Name:Should this new latency be reported/recorded?

Proto:static bool report_latency(struct trace_array *tr, u64 delta)

Type:bool

Parameter:

TypeParameterName
struct trace_array *tr
u64delta
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
Caller
NameDescribe
check_critical_timing