aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorTing Liu <[email protected]>2022-01-14 14:09:28 -0800
committerLinus Torvalds <[email protected]>2022-01-15 16:30:31 +0200
commitcab0a7c115546a4865fb7439558af9077a569574 (patch)
tree103efc6cd003f560fcffbd2e7cbf9a56eeb54c70 /tools/perf/scripts/python/export-to-sqlite.py
parent0b8f0d870020dbd7037bfacbb73a9b3213470f90 (diff)
mm: make some vars and functions static or __init
"page_idle_ops" as a global var, but its scope of use within this document. So it should be static. "page_ext_ops" is a var used in the kernel initial phase. And other functions are aslo used in the kernel initial phase. So they should be __init or __initdata to reclaim memory. Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Ting Liu <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions