Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:init_graph_tracefs

Proto:static __init int init_graph_tracefs(void)

Type:int

Parameter:Nothing

1341  d_tracer = racing_init_dentry - initialize top level trace array* This is called when creating files or directories in the tracing* directory. It is called via fs_initcall() by any of the boot up code
1342  If IS_ERR(d_tracer) Then Return 0
1345  trace_create_file("max_graph_depth", 0644, d_tracer, NULL, & graph_depth_fops)
1348  Return 0