summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts.py
diff options
context:
space:
mode:
authorCyrill Gorcunov <gorcunov@gmail.com>2025-03-16 22:58:15 +0300
committerThomas Gleixner <tglx@linutronix.de>2025-03-17 12:38:49 +0300
commitd1c3a3f1c9a1dfc2b41696b7903972f4b3fbcd02 (patch)
treecb47ebd1f8018452b6ac3fc6acacd88de9d2d6fb /tools/perf/scripts/python/syscall-counts.py
parent8e63360d869913265e5e4b623dcd23feff9fd000 (diff)
downloadlinux-d1c3a3f1c9a1dfc2b41696b7903972f4b3fbcd02.tar.xz
posix-timers: Drop redundant memset() invocation
Initially in commit 6891c4509c79 memset() was required to clear a variable allocated on stack. Commit 2482097c6c0f removed the on stack variable and retained the memset() despite the fact that the memory is allocated via kmem_cache_zalloc() and therefore zereoed already. Drop the redundant memset(). Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Link: https://lore.kernel.org/all/Z9ctVxwaYOV4A2g4@grain
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions