Lines Matching refs:topt
8822 struct trace_option_dentry *topt = filp->private_data; in trace_options_read() local
8825 if (topt->flags->val & topt->opt->bit) in trace_options_read()
8837 struct trace_option_dentry *topt = filp->private_data; in trace_options_write() local
8848 if (!!(topt->flags->val & topt->opt->bit) != val) { in trace_options_write()
8850 ret = __set_tracer_option(topt->tr, topt->flags, in trace_options_write()
8851 topt->opt, !val); in trace_options_write()
9000 struct trace_option_dentry *topt, in create_trace_option_file() argument
9010 topt->flags = flags; in create_trace_option_file()
9011 topt->opt = opt; in create_trace_option_file()
9012 topt->tr = tr; in create_trace_option_file()
9014 topt->entry = trace_create_file(opt->name, TRACE_MODE_WRITE, in create_trace_option_file()
9015 t_options, topt, &trace_options_fops); in create_trace_option_file()