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:09:57
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:wakeup_function_set

Proto:static int wakeup_function_set(struct trace_array *tr, unsigned int mask, int set)

Type:int

Parameter:

TypeParameterName
struct trace_array *tr
unsigned intmask
intset
267  If Not (mask & TRACE_ITER_FUNCTION) Then Return 0
270  If set Then register_wakeup_function(tr, is_graph(tr), 1)
272  Else unregister_wakeup_function(tr, is_graph(tr))
274  Return 1
Caller
NameDescribe
wakeup_flag_changed