Searched refs:OSN_WORKLOAD (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/kernel/trace/ |
D | trace_osnoise.c | 56 OSN_WORKLOAD, enumerator 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() 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() 1972 if (!test_bit(OSN_WORKLOAD, &osnoise_options)) { in stop_kthread() 2018 if (!test_bit(OSN_WORKLOAD, &osnoise_options)) { in start_kthread() 2052 if (!test_bit(OSN_WORKLOAD, &osnoise_options)) { in start_per_cpu_kthreads() 2419 if (!timerlat_enabled() || test_bit(OSN_WORKLOAD, &osnoise_options)) { in timerlat_fd_open()
|