Lines Matching refs:topt
8756 struct trace_option_dentry *topt = filp->private_data; in trace_options_read() local
8759 if (topt->flags->val & topt->opt->bit) in trace_options_read()
8771 struct trace_option_dentry *topt = filp->private_data; in trace_options_write() local
8782 if (!!(topt->flags->val & topt->opt->bit) != val) { in trace_options_write()
8784 ret = __set_tracer_option(topt->tr, topt->flags, in trace_options_write()
8785 topt->opt, !val); in trace_options_write()
8934 struct trace_option_dentry *topt, in create_trace_option_file() argument
8944 topt->flags = flags; in create_trace_option_file()
8945 topt->opt = opt; in create_trace_option_file()
8946 topt->tr = tr; in create_trace_option_file()
8948 topt->entry = trace_create_file(opt->name, TRACE_MODE_WRITE, in create_trace_option_file()
8949 t_options, topt, &trace_options_fops); in create_trace_option_file()