aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/gcov (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-20gcov: support GCC 12.1 and newer compilersMartin Liska1-2/+16
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 Desaulniers2-103/+1
2021-05-07gcov: use kvmalloc()Johannes Berg3-12/+12
2021-05-07gcov: simplify buffer allocationJohannes Berg1-15/+9
2021-05-07gcov: combine common codeJohannes Berg5-342/+171
2021-04-19Revert "gcov: clang: fix clang-11+ build"Linus Torvalds1-1/+1
2021-04-16gcov: clang: fix clang-11+ buildJohannes Berg1-1/+1
2021-04-09gcov: re-fix clang-11+ supportNick Desaulniers1-10/+19
2021-03-25gcov: fix clang-11+ supportNick Desaulniers1-0/+69
2021-02-05init/gcov: allow CONFIG_CONSTRUCTORS on UML to fix module gcovJohannes Berg1-1/+1
2020-12-15gcov: fix kernel-doc markup issueAlex Shi1-3/+3
2020-12-15gcov: remove support for GCC < 4.9Nick Desaulniers1-3/+1
2020-09-11gcov: add support for GCC 10.1Peter Oberparleiter2-2/+3
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 Deacon3-599/+1
2020-04-10kernel/gcov/fs.c: gcov_seq_next() should increase position indexVasily Averin1-1/+1
2020-04-07kernel/gcov/fs.c: replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-04-07gcov: gcc_3_4: replace zero-length array with flexible-array memberGustavo A. R. Silva1-3/+3
2020-04-07gcov: gcc_4_7: replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-01-19Revert "um: Enable CONFIG_CONSTRUCTORS"Johannes Berg1-1/+1
2019-09-15um: Enable CONFIG_CONSTRUCTORSJohannes Berg1-1/+1
2019-06-03gcov: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-22/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-14gcov: clang supportGreg Hackmann7-2/+611
2019-05-14gcov: clang: move common GCC code into gcc_base.cGreg Hackmann4-84/+93
2019-03-07kernel/gcov/gcc_3_4.c: use struct_size() in kzalloc()Gustavo A. R. Silva1-4/+2
2018-06-08gcov: remove CONFIG_GCOV_FORMAT_AUTODETECTMasahiro Yamada2-14/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman6-0/+6
2017-05-12gcov: support GCC 7.1Martin Liska2-1/+9
2016-07-15gcov: add support for gcc version >= 6Florian Meier1-1/+1
2016-05-10gcov: disable for COMPILE_TESTArnd Bergmann1-0/+1
2015-12-04gcov: use within_module() helper.Rusty Russell1-6/+1
2015-06-30gcov: add support for GCC 5.1Lorenzo Stoakes2-1/+9
2015-04-17gcov: fix softlockupsAndrey Ryabinin1-1/+4
2015-01-09kbuild,gcov: simplify kernel/gcov/Makefile moreMasahiro Yamada1-19/+4
2015-01-09kbuild,gcov: simplify kernel/gcov/MakefileMasahiro Yamada1-3/+3
2015-01-09kbuild,gcov: remove unnecessary workaroundMasahiro Yamada1-12/+1
2015-01-09kbuild: do not add $(call ...) to invoke cc-version or cc-fullversionMasahiro Yamada1-1/+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
2014-08-08kernel/gcov/fs.c: remove unnecessary null test before debugfs_removeFabian Frederick1-2/+1
2014-06-10gcov: add support for GCC 4.9Yuan Pengfei2-0/+11
2013-11-13gcov: reuse kbasename helperAndy Shevchenko1-4/+3
2013-11-13kernel/gcov/fs.c: use pr_warn()Andrew Morton1-17/+17
2013-11-13gcov: compile specific gcov implementation based on gcc versionFrantisek Hrbata2-1/+61
2013-11-13gcov: add support for gcc 4.7 gcov formatFrantisek Hrbata2-0/+566