Lines Matching refs:osnoise_options
71 static unsigned long osnoise_options = OSN_DEFAULT_OPTIONS; variable
1180 if (test_bit(OSN_PANIC_ON_STOP, &osnoise_options)) in osnoise_stop_exception()
1219 if (timerlat_enabled() && !test_bit(OSN_WORKLOAD, &osnoise_options)) { in register_migration_monitor()
1259 int workload = test_bit(OSN_WORKLOAD, &osnoise_options); in trace_sched_switch_callback()
1351 if (test_bit(OSN_PANIC_ON_STOP, &osnoise_options)) in osnoise_stop_tracing()
1404 bool disable_irq = test_bit(OSN_IRQ_DISABLE, &osnoise_options); in run_osnoise()
1422 disable_preemption = !disable_irq && test_bit(OSN_PREEMPT_DISABLE, &osnoise_options); in run_osnoise()
1938 !WARN_ON(!test_bit(OSN_WORKLOAD, &osnoise_options))) { in stop_kthread()
1940 } else if (!WARN_ON(test_bit(OSN_WORKLOAD, &osnoise_options))) { in stop_kthread()
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()
2256 clear_bit(option, &osnoise_options); in osnoise_options_write()
2383 if (!timerlat_enabled() || test_bit(OSN_WORKLOAD, &osnoise_options)) { in timerlat_fd_open()