aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorAnna-Maria Behnsen <[email protected]>2023-12-01 10:26:24 +0100
committerThomas Gleixner <[email protected]>2023-12-20 16:49:37 +0100
commit318050671affa92fd166d988d08d4041c7b113c4 (patch)
treee9a25b678ca61d52c037118dc73a8db90ca36086 /tools/perf/scripts/python
parentcb665db94fc61512c9c94ed1d42af67e7bf6ce01 (diff)
tick/sched: Cleanup confusing variables
tick_nohz_stop_tick() contains the expires (u64 variable) and tick (ktime_t) variable. In the beginning the value of expires is written to tick. Afterwards none of the variables is changed. They are only used for checks. Drop the not required variable tick and use always expires instead. Signed-off-by: Anna-Maria Behnsen <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Reviewed-by: Frederic Weisbecker <[email protected]> Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions