Home
last modified time | relevance | path

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

/linux-6.15/kernel/trace/
H A Dtrace_osnoise.c71 static unsigned long osnoise_options = OSN_DEFAULT_OPTIONS; variable
1180 if (test_bit(OSN_PANIC_ON_STOP, &osnoise_options)) in osnoise_stop_exception()
1351 if (test_bit(OSN_PANIC_ON_STOP, &osnoise_options)) in osnoise_stop_tracing()
1951 if (!test_bit(OSN_WORKLOAD, &osnoise_options)) { in stop_kthread()
1997 if (!test_bit(OSN_WORKLOAD, &osnoise_options)) { in start_kthread()
2030 if (!test_bit(OSN_WORKLOAD, &osnoise_options)) { in start_per_cpu_kthreads()
2156 if (osnoise_options == OSN_DEFAULT_OPTIONS) in s_options_show()
2163 if (test_bit(option, &osnoise_options)) in s_options_show()
2249 osnoise_options = OSN_DEFAULT_OPTIONS; in osnoise_options_write()
2251 set_bit(option, &osnoise_options); in osnoise_options_write()
[all …]