Re: [PATCH v3 08/11] sched_ext: Add an event, SCX_EV_BYPASS_DURATION
From: Changwoo Min
Date: Mon Feb 03 2025 - 10:48:58 EST
Hello,
On 25. 2. 3. 02:35, Tejun Heo wrote:
On Fri, Jan 31, 2025 at 04:09:35PM +0900, Changwoo Min wrote:
+/*
+ * The last time the bypass mode started.
+ * This is used to measure SCX_EV_BYPASS_DURATION.
+ */
+static unsigned long scx_bypass_timestamp;
Move it inside the function?
That will look cleaner. I will move it inside scx_ops_bypass().
Regards,
Changwoo Min