Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/trace/
Dtrace_hwlat.c67 static char *thread_mode_str[] = { "none", "round-robin", "per-cpu" }; variable
633 seq_printf(s, "[%s]", thread_mode_str[mode]); in s_mode_show()
635 seq_printf(s, "%s", thread_mode_str[mode]); in s_mode_show()
710 if (strcmp(mode, thread_mode_str[i]) == 0) { in hwlat_mode_write()