Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2737db3b authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "sched: rt: Add trace point for taskplacement"

parents f3a4d62b 25ff0ae4
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -9,6 +9,8 @@

#include <linux/interrupt.h>

#include <trace/events/sched.h>

#include "walt.h"

int sched_rr_timeslice = RR_TIMESLICE;
@@ -1795,6 +1797,9 @@ static int rt_energy_aware_wake_cpu(struct task_struct *task)
		}

		for_each_cpu_and(cpu, lowest_mask, sched_group_span(sg)) {

			trace_sched_cpu_util(cpu);

			if (cpu_isolated(cpu))
				continue;