Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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 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
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
Caller
NameDescribe
probe_wakeup_sched_switch