Searched refs:osnoise_options_str (Results 1 – 1 of 1) sorted by relevance
| /linux/kernel/trace/ |
| H A D | trace_osnoise.c | 64 static const char * const osnoise_options_str[OSN_MAX] = { variable 2158 seq_printf(s, "%s", osnoise_options_str[option]); in s_options_show() 2160 seq_printf(s, "NO_%s", osnoise_options_str[option]); in s_options_show() 2165 seq_printf(s, "%s", osnoise_options_str[option]); in s_options_show() 2167 seq_printf(s, "NO_%s", osnoise_options_str[option]); in s_options_show() 2228 option = match_string(osnoise_options_str, OSN_MAX, option_str); in osnoise_options_write()
|