Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:create_trace_option_file

Proto:static void create_trace_option_file(struct trace_array *tr, struct trace_option_dentry *topt, struct tracer_flags *flags, struct tracer_opt *opt)

Type:void

Parameter:

TypeParameterName
struct trace_array *tr
struct trace_option_dentry *topt
struct tracer_flags *flags
struct tracer_opt *opt
8152  t_options = trace_options_init_dentry(tr)
8153  If Not t_options Then Return
8156  flags = flags
8157  opt = opt
8158  tr = tr
8160  entry = trace_create_file(Will appear on the trace_options file , 0644, t_options, topt, & trace_options_fops)
Caller
NameDescribe
create_trace_option_files