Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\trace\fgraph.c Create Date:2022-07-28 12:17:52
Last Modify:2020-03-17 20:08:56 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:The function graph tracer should only trace the functions defined* by set_ftrace_filter and set_ftrace_notrace

Proto:void update_function_graph_func(void)

Type:void

Parameter:Nothing

465  bool do_test = false
473  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)
474  If op != global_ops && op != graph_ops && op != ftrace_list_end Then
476  do_test = true
478  Go to out
481  out :