Loading kernel/sched/core.c +3 −1 Original line number Diff line number Diff line Loading @@ -89,6 +89,7 @@ #include "sched.h" #include "../workqueue_internal.h" #include "../smpboot.h" #include "../time/tick-internal.h" #define CREATE_TRACE_POINTS #include <trace/events/sched.h> Loading Loading @@ -3393,6 +3394,7 @@ void scheduler_tick(void) if (curr->sched_class == &fair_sched_class) check_for_migration(rq, curr); if (cpu == tick_do_timer_cpu) core_ctl_check(wallclock); sched_freq_tick(cpu); } Loading Loading
kernel/sched/core.c +3 −1 Original line number Diff line number Diff line Loading @@ -89,6 +89,7 @@ #include "sched.h" #include "../workqueue_internal.h" #include "../smpboot.h" #include "../time/tick-internal.h" #define CREATE_TRACE_POINTS #include <trace/events/sched.h> Loading Loading @@ -3393,6 +3394,7 @@ void scheduler_tick(void) if (curr->sched_class == &fair_sched_class) check_for_migration(rq, curr); if (cpu == tick_do_timer_cpu) core_ctl_check(wallclock); sched_freq_tick(cpu); } Loading