Lines Matching refs:topt
6176 struct trace_option_dentry *topt = filp->private_data; in trace_options_read() local
6179 if (topt->flags->val & topt->opt->bit) in trace_options_read()
6191 struct trace_option_dentry *topt = filp->private_data; in trace_options_write() local
6202 if (!!(topt->flags->val & topt->opt->bit) != val) { in trace_options_write()
6204 ret = __set_tracer_option(topt->tr, topt->flags, in trace_options_write()
6205 topt->opt, !val); in trace_options_write()
6352 struct trace_option_dentry *topt, in create_trace_option_file() argument
6362 topt->flags = flags; in create_trace_option_file()
6363 topt->opt = opt; in create_trace_option_file()
6364 topt->tr = tr; in create_trace_option_file()
6366 topt->entry = trace_create_file(opt->name, 0644, t_options, topt, in create_trace_option_file()