Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/trace/
Dtrace_osnoise.c63 static const char * const osnoise_options_str[OSN_MAX] = { variable
2184 seq_printf(s, "%s", osnoise_options_str[option]); in s_options_show()
2186 seq_printf(s, "NO_%s", osnoise_options_str[option]); in s_options_show()
2191 seq_printf(s, "%s", osnoise_options_str[option]); in s_options_show()
2193 seq_printf(s, "NO_%s", osnoise_options_str[option]); in s_options_show()
2254 option = match_string(osnoise_options_str, OSN_MAX, option_str); in osnoise_options_write()