aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/check-perf-trace.py
diff options
context:
space:
mode:
authorXiang wangx <[email protected]>2021-12-21 11:34:23 +0800
committerMichael Ellerman <[email protected]>2022-05-04 19:37:45 +1000
commit9d021a2149b8804627d04a9aceec60b24e384f11 (patch)
treefa1c079c1daf5a1b2a3e1c867aead709f55f87e2 /tools/perf/scripts/python/check-perf-trace.py
parent6130ed79decc38b873deb582678ac81caefd5555 (diff)
powerpc: No need to initialise statics to 0
Static variables do not need to be initialised to 0, because compiler will initialise all uninitialised statics to 0. Thus, remove the unneeded initializations. Signed-off-by: Xiang wangx <[email protected]> Signed-off-by: Christophe Leroy <[email protected]> Signed-off-by: Michael Ellerman <[email protected]> Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions