aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/event_analyzing_sample.py
diff options
context:
space:
mode:
authorNathan Chancellor <nathan@kernel.org>2023-01-11 20:05:11 -0700
committerMasahiro Yamada <masahiroy@kernel.org>2023-01-26 12:43:26 +0900
commit8d9acfce33329d1f4b0f0969a9ba884bea7501c6 (patch)
tree1ce7378faf820850b6608a71670afadd9d13e266 /tools/perf/scripts/python/event_analyzing_sample.py
parentkbuild: Turn a couple more of clang's unused option warnings into errors (diff)
downloadlinux-8d9acfce33329d1f4b0f0969a9ba884bea7501c6.tar.gz
linux-8d9acfce33329d1f4b0f0969a9ba884bea7501c6.zip
kbuild: Stop using '-Qunused-arguments' with clang
This option masks all unused command line argument warnings, which can hide potential issues, such as an architecture Makefile adding an unsupported flag to KBUILD_AFLAGS or KBUILD_CFLAGS, which will cause all as-option and cc-options to silently fail due to -Werror with no indication as to why in the main kernel build. Remove this flag so that warnings of this nature can be caught early and obviously in a build. Signed-off-by: Nathan Chancellor <nathan@kernel.org> Reviewed-by: Nick Desaulniers <ndesaulniers@google.com> Tested-by: Linux Kernel Functional Testing <lkft@linaro.org> Tested-by: Anders Roxell <anders.roxell@linaro.org> Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions
>scripts/get_abi.pl: drop now obsoleted scriptMauro Carvalho Chehab1-1103/+0 2025-02-10scripts/get_abi.py: add support for undefined ABIsMauro Carvalho Chehab4-3/+693 2025-02-10scripts/lib/abi/abi_parser.py: make it backward-compatible with Python 3.6Mauro Carvalho Chehab1-6/+10 2025-02-10scripts/lib/abi/abi_parser.py: Rename title name for ABI filesMauro Carvalho Chehab1-1/+1 2025-02-10docs: sphinx/kernel_abi: avoid warnings during Sphinx module initMauro Carvalho Chehab2-5/+22 2025-02-10docs: sphinx/automarkup: add cross-references for ABIMauro Carvalho Chehab2-0/+56 2025-02-10docs: admin-guide/abi: split files from symbolsMauro Carvalho Chehab10-0/+53 2025-02-10docs: sphinx/kernel_abi: parse ABI files only onceMauro Carvalho Chehab6-64/+81 2025-02-10scripts/get_abi.pl: add support to parse ABI README fileMauro Carvalho Chehab1-5/+20 2025-02-10scripts/get_abi.pl: Add filtering capabilities to rest outputMauro Carvalho Chehab1-6/+15 2025-02-10docs: sphinx/kernel_abi: properly split linesMauro Carvalho Chehab1-2/+3 2025-02-10docs: sphinx/kernel_abi: reduce buffer usage for ABI messagesMauro Carvalho Chehab3-48/+51 2025-02-10docs: sphinx/kernel_abi: use AbiParser directlyMauro Carvalho Chehab2-14/+17 2025-02-10scripts/lib/abi/abi_parser.py: use an interactor for ReST outputMauro Carvalho Chehab2-23/+28 2025-02-10scripts/lib/abi/abi_parser.py: optimize parse_abi() functionMauro Carvalho Chehab1-15/+34 2025-02-10docs: use get_abi.py for ABI generationMauro Carvalho Chehab5-11/+3 2025-02-10scripts/get_abi.py: add support for symbol searchMauro Carvalho Chehab2-0/+76 2025-02-10scripts/get_abi.py: add a Python tool to generate ReST outputMauro Carvalho Chehab3-0/+658 2025-02-10scripts/documentation-file-ref-check: don't check perl/python scriptsMauro Carvalho Chehab1-1/+1 2025-02-10ABI: sysfs-power: fix a what tagMauro Carvalho Chehab1-1/+1 2025-02-10ABI: sysfs-fs-f2fs: fix date tagsMauro Carvalho Chehab1-2/+2 2025-02-10ABI: sysfs-driver-dma-idxd: fix date tagsMauro Carvalho Chehab1-2/+2 2025-02-10ABI: sysfs-bus-coresight-*: fix kernelversion tagsMauro Carvalho Chehab2-65/+65 2025-02-10ABI: sysfs-class-rfkill: fix kernelversion tagsMauro Carvalho Chehab2-7/+7 2025-02-10docs: admin-guide: abi: add SPDX tags to ABI filesMauro Carvalho Chehab5-0/+10 2025-02-10docs: sphinx/kernel_abi: adjust coding styleMauro Carvalho Chehab1-13/+12 2025-02-10docs: sphinx: remove kernellog.py fileMauro Carvalho Chehab4-69/+53