summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/exported-sql-viewer.py
diff options
context:
space:
mode:
authorLukas Bulwahn <lukas.bulwahn@gmail.com>2022-11-23 13:33:05 +0300
committerDavid S. Miller <davem@davemloft.net>2022-11-25 11:13:09 +0300
commit39701603519e5b43a717b6db6fef9144800fdad8 (patch)
tree2bba1351ba20d004b907e2751bff00c996539f12 /tools/perf/scripts/python/exported-sql-viewer.py
parent8dbd6e4ce1b9c527921643d9e34f188a10d4e893 (diff)
downloadlinux-39701603519e5b43a717b6db6fef9144800fdad8.tar.xz
qed: avoid defines prefixed with CONFIG
Defines prefixed with "CONFIG" should be limited to proper Kconfig options, that are introduced in a Kconfig file. Here, constants for bitmap indices of some configs are defined and these defines begin with the config's name, and are suffixed with BITMAP_IDX. To avoid defines prefixed with "CONFIG", name these constants BITMAP_IDX_FOR_CONFIG_XYZ instead of CONFIG_XYZ_BITMAP_IDX. No functional change. Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions