Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/trace/
Dtrace_osnoise.c71 static unsigned long osnoise_options = OSN_DEFAULT_OPTIONS; variable
1209 if (test_bit(OSN_PANIC_ON_STOP, &osnoise_options)) in osnoise_stop_exception()
1246 if (timerlat_enabled() && !test_bit(OSN_WORKLOAD, &osnoise_options)) in register_migration_monitor()
1254 if (timerlat_enabled() && !test_bit(OSN_WORKLOAD, &osnoise_options)) in unregister_migration_monitor()
1277 int workload = test_bit(OSN_WORKLOAD, &osnoise_options); in trace_sched_switch_callback()
1369 if (test_bit(OSN_PANIC_ON_STOP, &osnoise_options)) in osnoise_stop_tracing()
1422 bool disable_irq = test_bit(OSN_IRQ_DISABLE, &osnoise_options); in run_osnoise()
1440 disable_preemption = !disable_irq && test_bit(OSN_PREEMPT_DISABLE, &osnoise_options); in run_osnoise()
1959 !WARN_ON(!test_bit(OSN_WORKLOAD, &osnoise_options))) { in stop_kthread()
1961 } else if (!WARN_ON(test_bit(OSN_WORKLOAD, &osnoise_options))) { in stop_kthread()
[all …]