aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/gcov (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-11-13gcov: move gcov structs definitions to a gcc version specific fileFrantisek Hrbata4-80/+153
2013-09-12kernel: replace strict_strto*() with kstrto*()Jingoo Han1-1/+1
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-03-20Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6Linus Torvalds1-1/+1
2011-03-17kernel: change to new flag variablematt mooney1-1/+1
2011-02-15sh: Enable CONFIG_GCOV_PROFILE_ALL for shChris Smith1-1/+1
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-09-09gcov: fix null-pointer dereference for certain module typesPeter Oberparleiter1-64/+180
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 Oberparleiter6-0/+1447