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

Commit 184082e7 authored by Pavankumar Kondeti's avatar Pavankumar Kondeti
Browse files

sched/tracing: Remove the ` from sched_task_util trace point



There is an unwanted trailing character (`) at the end of the
sched_task_util trace point. Remove it.

Change-Id: I49f5282544289aa3a02de7e5d072a9a326f749c4
Signed-off-by: default avatarPavankumar Kondeti <pkondeti@codeaurora.org>
parent 4085d5bf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1272,7 +1272,7 @@ TRACE_EVENT(sched_task_util,
		__entry->cpus_allowed           = cpumask_bits(&p->cpus_allowed)[0];
	),

	TP_printk("pid=%d comm=%s util=%lu prev_cpu=%d candidates=%#lx best_energy_cpu=%d sync=%d need_idle=%d fastpath=%d placement_boost=%d latency=%llu stune_boosted=%d is_rtg=%d rtg_skip_min=%d start_cpu=%d unfilter=%u affine=%#lx low_latency=%d`",
	TP_printk("pid=%d comm=%s util=%lu prev_cpu=%d candidates=%#lx best_energy_cpu=%d sync=%d need_idle=%d fastpath=%d placement_boost=%d latency=%llu stune_boosted=%d is_rtg=%d rtg_skip_min=%d start_cpu=%d unfilter=%u affine=%#lx low_latency=%d",
		__entry->pid, __entry->comm, __entry->util, __entry->prev_cpu,
		__entry->candidates, __entry->best_energy_cpu, __entry->sync,
		__entry->need_idle, __entry->fastpath, __entry->placement_boost,