Lines Matching refs:option
5422 int trace_set_options(struct trace_array *tr, char *option) in trace_set_options() argument
5427 size_t orig_len = strlen(option); in trace_set_options()
5430 cmp = strstrip(option); in trace_set_options()
5455 if (orig_len > strlen(option)) in trace_set_options()
5456 option[strlen(option)] = ' '; in trace_set_options()
5464 char *option; in apply_trace_boot_options() local
5467 option = strsep(&buf, ","); in apply_trace_boot_options()
5469 if (!option) in apply_trace_boot_options()
5472 if (*option) in apply_trace_boot_options()
5473 trace_set_options(&global_trace, option); in apply_trace_boot_options()
9107 const char *option, long index) in create_trace_option_core_file() argument
9115 return trace_create_file(option, TRACE_MODE_WRITE, t_options, in create_trace_option_core_file()