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

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

Completed in 114 milliseconds