Lines Matching refs:topt
6148 struct trace_option_dentry *topt = filp->private_data; in trace_options_read() local
6151 if (topt->flags->val & topt->opt->bit) in trace_options_read()
6163 struct trace_option_dentry *topt = filp->private_data; in trace_options_write() local
6174 if (!!(topt->flags->val & topt->opt->bit) != val) { in trace_options_write()
6176 ret = __set_tracer_option(topt->tr, topt->flags, in trace_options_write()
6177 topt->opt, !val); in trace_options_write()
6284 struct trace_option_dentry *topt, in create_trace_option_file() argument
6294 topt->flags = flags; in create_trace_option_file()
6295 topt->opt = opt; in create_trace_option_file()
6296 topt->tr = tr; in create_trace_option_file()
6298 topt->entry = trace_create_file(opt->name, 0644, t_options, topt, in create_trace_option_file()