Lines Matching refs:topt
7315 struct trace_option_dentry *topt = filp->private_data; in trace_options_read() local
7318 if (topt->flags->val & topt->opt->bit) in trace_options_read()
7330 struct trace_option_dentry *topt = filp->private_data; in trace_options_write() local
7341 if (!!(topt->flags->val & topt->opt->bit) != val) { in trace_options_write()
7343 ret = __set_tracer_option(topt->tr, topt->flags, in trace_options_write()
7344 topt->opt, !val); in trace_options_write()
7491 struct trace_option_dentry *topt, in create_trace_option_file() argument
7501 topt->flags = flags; in create_trace_option_file()
7502 topt->opt = opt; in create_trace_option_file()
7503 topt->tr = tr; in create_trace_option_file()
7505 topt->entry = trace_create_file(opt->name, 0644, t_options, topt, in create_trace_option_file()