Re: [PATCH v5 2/2] sched/rt, dl: Convert functions to return bool

2024-06-05 Thread Metin Kaya
On 04/06/2024 3:42 pm, Qais Yousef wrote: {rt, realtime, dl}_{task, prio}() functions return value is actually Super-nit: s/functions/functions'/ ? With that, Reviewed-by: Metin Kaya a bool. Convert their return type to reflect that. Suggested-by: Steven Rostedt (Google) Signed-off

Re: [PATCH v4 2/2] sched/rt, dl: Convert functions to return bool

2024-06-03 Thread Metin Kaya
On 01/06/2024 10:33 pm, Qais Yousef wrote: {rt, realtime, dl}_{task, prio}() functions return value is actually a bool. Convert their return type to reflect that. Suggested-by: Steven Rostedt (Google) Signed-off-by: Qais Yousef --- include/linux/sched/deadline.h | 8

Re: [PATCH] sched: Add trace events for Proxy Execution (PE)

2024-02-21 Thread Metin Kaya
On 21/02/2024 2:23 pm, Steven Rostedt wrote: On Fri, 2 Feb 2024 08:33:38 + Metin Kaya wrote: Add sched_[start, finish]_task_selection trace events to measure the latency of PE patches in task selection. Moreover, introduce trace events for interesting events in PE: 1

[PATCH] sched: Add trace events for Proxy Execution (PE)

2024-02-02 Thread Metin Kaya
Proxy Execution v7 patch series (see the link below) which is also available at https://github.com/johnstultz-work/linux-dev/commits/proxy-exec-v7-6.7-rc6/. Link: https://lore.kernel.org/linux-kernel/candhncrhd+5twwvnqbahvlfhmhkio0kjxxbmwvgacd4kayf...@mail.gmail.com/ Signed-off-by: Metin Kaya