aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/gcov/Kconfig (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-02gcov: Remove compiler version checkNathan Chancellor1-1/+0
2021-06-22Kconfig: Introduce ARCH_WANTS_NO_INSTR and CC_HAS_NO_PROFILE_FN_ATTRNick Desaulniers1-0/+1
2021-05-07gcov: clang: drop support for clang-10 and olderNick Desaulniers1-0/+1
2021-02-05init/gcov: allow CONFIG_CONSTRUCTORS on UML to fix module gcovJohannes Berg1-1/+1
2020-09-11gcov: add support for GCC 10.1Peter Oberparleiter1-1/+0
2020-09-04gcov: Disable gcov build with GCC 10Leon Romanovsky1-0/+1
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-2/+2
2020-04-16gcov: Remove old GCC 3.4 supportWill Deacon1-24/+0
2020-01-19Revert "um: Enable CONFIG_CONSTRUCTORS"Johannes Berg1-1/+1
2019-09-15um: Enable CONFIG_CONSTRUCTORSJohannes Berg1-1/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-14gcov: clang supportGreg Hackmann1-1/+2
2018-06-08gcov: remove CONFIG_GCOV_FORMAT_AUTODETECTMasahiro Yamada1-12/+5
2016-05-10gcov: disable for COMPILE_TESTArnd Bergmann1-0/+1
2014-12-13gcov: enable GCOV_PROFILE_ALL from ARCH KconfigsRiku Voipio1-1/+4
2014-10-29gcov: add ARM64 to GCOV_PROFILE_ALLRiku Voipio1-1/+1
2014-09-26ARM: 8153/1: Enable gcov support on the ARM architectureVincent Sanders1-1/+1
2013-11-13gcov: compile specific gcov implementation based on gcc versionFrantisek Hrbata1-0/+30
2013-01-11kernel/gcov: remove depends on CONFIG_EXPERIMENTALKees Cook1-1/+1
2011-07-26gcov: disable CONSTRUCTORS for UMLVitaliy Ivanov1-1/+1
2011-06-15gcov: disable CONFIG_CONSTRUCTORS when not needed by CONFIG_GCOV_KERNELJosh Triplett1-1/+2
2011-02-15sh: Enable CONFIG_GCOV_PROFILE_ALL for shChris Smith1-1/+1
2009-09-21microblaze: Enable GCOV_PROFILE_ALLMichal Simek1-1/+1
2009-08-20powerpc: Enable GCOVMichael Ellerman1-1/+1
2009-06-18gcov: enable GCOV_PROFILE_ALL for x86_64Peter Oberparleiter1-1/+1
2009-06-18gcov: add gcov profiling infrastructurePeter Oberparleiter1-0/+48