Lines Matching refs:topt
7856 struct trace_option_dentry *topt = filp->private_data; in trace_options_read() local
7859 if (topt->flags->val & topt->opt->bit) in trace_options_read()
7871 struct trace_option_dentry *topt = filp->private_data; in trace_options_write() local
7882 if (!!(topt->flags->val & topt->opt->bit) != val) { in trace_options_write()
7884 ret = __set_tracer_option(topt->tr, topt->flags, in trace_options_write()
7885 topt->opt, !val); in trace_options_write()
8032 struct trace_option_dentry *topt, in create_trace_option_file() argument
8042 topt->flags = flags; in create_trace_option_file()
8043 topt->opt = opt; in create_trace_option_file()
8044 topt->tr = tr; in create_trace_option_file()
8046 topt->entry = trace_create_file(opt->name, 0644, t_options, topt, in create_trace_option_file()