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:unregister_wakeup_function

Proto:static void unregister_wakeup_function(struct trace_array *tr, int graph)

Type:void

Parameter:

TypeParameterName
struct trace_array *tr
intgraph
254  If Not function_enabled Then Return
257  If graph Then unregister_ftrace_graph( & fgraph_wakeup_ops)
259  Else register_ftrace_function - unregister a function for profiling.*@ops - ops structure that holds the function to unregister* Unregister a function that was added to be called by ftrace profiling.
262  function_enabled = false
Caller
NameDescribe
wakeup_function_set
stop_func_tracer