Home
last modified time | relevance | path

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

/openbmc/linux/kernel/trace/
H A Dtrace_osnoise.c63 static const char * const osnoise_options_str[OSN_MAX] = { variable
2195 seq_printf(s, "%s", osnoise_options_str[option]); in s_options_show()
2197 seq_printf(s, "NO_%s", osnoise_options_str[option]); in s_options_show()
2202 seq_printf(s, "%s", osnoise_options_str[option]); in s_options_show()
2204 seq_printf(s, "NO_%s", osnoise_options_str[option]); in s_options_show()
2265 option = match_string(osnoise_options_str, OSN_MAX, option_str); in osnoise_options_write()