Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/trace/
Dtrace_osnoise.c63 static const char * const osnoise_options_str[OSN_MAX] = { variable
2163 seq_printf(s, "%s", osnoise_options_str[option]); in s_options_show()
2165 seq_printf(s, "NO_%s", osnoise_options_str[option]); in s_options_show()
2170 seq_printf(s, "%s", osnoise_options_str[option]); in s_options_show()
2172 seq_printf(s, "NO_%s", osnoise_options_str[option]); in s_options_show()
2233 option = match_string(osnoise_options_str, OSN_MAX, option_str); in osnoise_options_write()