Home
last modified time | relevance | path

Searched refs:topt (Results 1 – 1 of 1) sorted by relevance

/kernel/trace/
Dtrace.c8826 struct trace_option_dentry *topt = filp->private_data; in trace_options_read() local
8829 if (topt->flags->val & topt->opt->bit) in trace_options_read()
8841 struct trace_option_dentry *topt = filp->private_data; in trace_options_write() local
8852 if (!!(topt->flags->val & topt->opt->bit) != val) { in trace_options_write()
8854 ret = __set_tracer_option(topt->tr, topt->flags, in trace_options_write()
8855 topt->opt, !val); in trace_options_write()
8868 struct trace_option_dentry *topt = inode->i_private; in tracing_open_options() local
8871 ret = tracing_check_open_get_tr(topt->tr); in tracing_open_options()
8881 struct trace_option_dentry *topt = file->private_data; in tracing_release_options() local
8883 trace_array_put(topt->tr); in tracing_release_options()
[all …]