函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\trace\trace_sched_wakeup.c Create Date:2022-07-27 13:16:43
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:wakeup_function_set

函数原型:static int wakeup_function_set(struct trace_array *tr, unsigned int mask, int set)

返回类型:int

参数:

类型参数名称
struct trace_array *tr
unsigned intmask
intset
267  如果非mask按位与TRACE_ITER_FUNCTION的值则返回:0
270  如果setregister_wakeup_function(tr, is_graph(tr), 1)
272  否则unregister_wakeup_function(tr, is_graph(tr))
274  返回:1
调用者
名称描述
wakeup_flag_changed