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

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

Merge "sched/fair: Fix need_idle argument in sched_task_util trace point"

parents d67b2397 3f6caac5
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -7087,9 +7087,9 @@ int find_energy_efficient_cpu(struct task_struct *p, int prev_cpu,


done:
done:
	trace_sched_task_util(p, cpumask_bits(candidates)[0], best_energy_cpu,
	trace_sched_task_util(p, cpumask_bits(candidates)[0], best_energy_cpu,
			sync, need_idle, fbt_env.fastpath, task_boost_policy(p),
			sync, fbt_env.need_idle, fbt_env.fastpath,
			start_t, boosted, is_rtg, walt_get_rtg_status(p),
			task_boost_policy(p), start_t, boosted, is_rtg,
			start_cpu);
			walt_get_rtg_status(p), start_cpu);


	return best_energy_cpu;
	return best_energy_cpu;