summaryrefslogtreecommitdiffstats
path: root/kernel/gcov
Commit message (Expand)AuthorAgeFilesLines
* gcov: remove CONFIG_GCOV_FORMAT_AUTODETECTMasahiro Yamada2018-06-082-14/+5
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-026-0/+6
* gcov: support GCC 7.1Martin Liska2017-05-122-1/+9
* gcov: add support for gcc version >= 6Florian Meier2016-07-151-1/+1
* gcov: disable for COMPILE_TESTArnd Bergmann2016-05-101-0/+1
* gcov: use within_module() helper.Rusty Russell2015-12-041-6/+1
* gcov: add support for GCC 5.1Lorenzo Stoakes2015-06-302-1/+9
* gcov: fix softlockupsAndrey Ryabinin2015-04-171-1/+4
* kbuild,gcov: simplify kernel/gcov/Makefile moreMasahiro Yamada2015-01-091-19/+4
* kbuild,gcov: simplify kernel/gcov/MakefileMasahiro Yamada2015-01-091-3/+3
* kbuild,gcov: remove unnecessary workaroundMasahiro Yamada2015-01-091-12/+1
* kbuild: do not add $(call ...) to invoke cc-version or cc-fullversionMasahiro Yamada2015-01-091-1/+1
* gcov: enable GCOV_PROFILE_ALL from ARCH KconfigsRiku Voipio2014-12-131-1/+4
* gcov: add ARM64 to GCOV_PROFILE_ALLRiku Voipio2014-10-291-1/+1
* ARM: 8153/1: Enable gcov support on the ARM architectureVincent Sanders2014-09-261-1/+1
* kernel/gcov/fs.c: remove unnecessary null test before debugfs_removeFabian Frederick2014-08-081-2/+1
* gcov: add support for GCC 4.9Yuan Pengfei2014-06-102-0/+11
* gcov: reuse kbasename helperAndy Shevchenko2013-11-131-4/+3
* kernel/gcov/fs.c: use pr_warn()Andrew Morton2013-11-131-17/+17
* gcov: compile specific gcov implementation based on gcc versionFrantisek Hrbata2013-11-132-1/+61
* gcov: add support for gcc 4.7 gcov formatFrantisek Hrbata2013-11-132-0/+566
* gcov: move gcov structs definitions to a gcc version specific fileFrantisek Hrbata2013-11-134-80/+153
* kernel: replace strict_strto*() with kstrto*()Jingoo Han2013-09-121-1/+1
* kernel/gcov: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-111-1/+1
* gcov: disable CONSTRUCTORS for UMLVitaliy Ivanov2011-07-261-1/+1
* gcov: disable CONFIG_CONSTRUCTORS when not needed by CONFIG_GCOV_KERNELJosh Triplett2011-06-151-1/+2
* Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2011-03-201-1/+1
|\
| * kernel: change to new flag variablematt mooney2011-03-171-1/+1
* | sh: Enable CONFIG_GCOV_PROFILE_ALL for shChris Smith2011-02-151-1/+1
|/
* llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
* gcov: fix null-pointer dereference for certain module typesPeter Oberparleiter2010-09-091-64/+180
* microblaze: Enable GCOV_PROFILE_ALLMichal Simek2009-09-211-1/+1
* powerpc: Enable GCOVMichael Ellerman2009-08-201-1/+1
* gcov: enable GCOV_PROFILE_ALL for x86_64Peter Oberparleiter2009-06-181-1/+1
* gcov: add gcov profiling infrastructurePeter Oberparleiter2009-06-186-0/+1447
OpenPOWER on IntegriCloud