Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\trace\ftrace.c Create Date:2022-07-28 12:46:09
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:ftrace_update_pid_func

Proto:static void ftrace_update_pid_func(void)

Type:void

Parameter:Nothing

376  If ftrace_trace_function == ftrace_stub Then Return
379  Traverse the ftrace_global_list, invoking all entries. The reason that we* can use rcu_dereference_raw_check() is that elements removed from this list* are simply leaked, so there is no need to interact with a grace-period* mechanism(op, ftrace_ops_list)
380  If flags & FTRACE_OPS_FL_PID Then