Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:create_trace_option_core_file

Proto:static struct dentry *create_trace_option_core_file(struct trace_array *tr, const char *option, long index)

Type:struct dentry

Parameter:

TypeParameterName
struct trace_array *tr
const char *option
longindex
8232  t_options = trace_options_init_dentry(tr)
8233  If Not t_options Then Return NULL
8236  Return trace_create_file(option, 0644, t_options, (void * ) & trace_flags_index[index], & trace_options_core_fops)
Caller
NameDescribe
create_trace_options_dir