Lines Matching refs:topt
8770 struct trace_option_dentry *topt = filp->private_data; in trace_options_read() local
8773 if (topt->flags->val & topt->opt->bit) in trace_options_read()
8785 struct trace_option_dentry *topt = filp->private_data; in trace_options_write() local
8796 if (!!(topt->flags->val & topt->opt->bit) != val) { in trace_options_write()
8798 ret = __set_tracer_option(topt->tr, topt->flags, in trace_options_write()
8799 topt->opt, !val); in trace_options_write()
8948 struct trace_option_dentry *topt, in create_trace_option_file() argument
8958 topt->flags = flags; in create_trace_option_file()
8959 topt->opt = opt; in create_trace_option_file()
8960 topt->tr = tr; in create_trace_option_file()
8962 topt->entry = trace_create_file(opt->name, TRACE_MODE_WRITE, in create_trace_option_file()
8963 t_options, topt, &trace_options_fops); in create_trace_option_file()