mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-07-22 02:17:36 -04:00
tick/sched: Remove unused fields
Remove fields after the dyntick-idle cputime migration to scheduler code. Signed-off-by: Frederic Weisbecker <frederic@kernel.org> Signed-off-by: Thomas Gleixner <tglx@kernel.org> Tested-by: Shrikanth Hegde <sshegde@linux.ibm.com> Link: https://patch.msgid.link/20260508131647.43868-11-frederic@kernel.org
This commit is contained in:
committed by
Thomas Gleixner
parent
a5fe724e20
commit
29807c524d
@@ -90,14 +90,10 @@ def print_cpu(hrtimer_bases, cpu, max_clock_bases):
|
||||
text += f" .{'nohz':15s}: {int(bool(ts['flags'] & TS_FLAG_NOHZ))}\n"
|
||||
text += f" .{'last_tick':15s}: {ts['last_tick']}\n"
|
||||
text += f" .{'tick_stopped':15s}: {int(bool(ts['flags'] & TS_FLAG_STOPPED))}\n"
|
||||
text += f" .{'idle_jiffies':15s}: {ts['idle_jiffies']}\n"
|
||||
text += f" .{'idle_calls':15s}: {ts['idle_calls']}\n"
|
||||
text += f" .{'idle_sleeps':15s}: {ts['idle_sleeps']}\n"
|
||||
text += f" .{'idle_entrytime':15s}: {ts['idle_entrytime']} nsecs\n"
|
||||
text += f" .{'idle_waketime':15s}: {ts['idle_waketime']} nsecs\n"
|
||||
text += f" .{'idle_exittime':15s}: {ts['idle_exittime']} nsecs\n"
|
||||
text += f" .{'idle_sleeptime':15s}: {ts['idle_sleeptime']} nsecs\n"
|
||||
text += f" .{'iowait_sleeptime':15s}: {ts['iowait_sleeptime']} nsecs\n"
|
||||
text += f" .{'last_jiffies':15s}: {ts['last_jiffies']}\n"
|
||||
text += f" .{'next_timer':15s}: {ts['next_timer']}\n"
|
||||
text += f" .{'idle_expires':15s}: {ts['idle_expires']} nsecs\n"
|
||||
|
||||
Reference in New Issue
Block a user