aboutsummaryrefslogtreecommitdiff
path: root/kernel/gcov/gcc_base.c
AgeCommit message (Collapse)AuthorFilesLines
2019-05-14gcov: clang: move common GCC code into gcc_base.cGreg Hackmann1-0/+86
Patch series "gcov: add Clang support", v4. This patch (of 3): base.c contains a few callbacks specific to GCC's gcov implementation. Move these into their own module in preparation for Clang support. Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Greg Hackmann <[email protected]> Signed-off-by: Nick Desaulniers <[email protected]> Signed-off-by: Tri Vo <[email protected]> Tested-by: Trilok Soni <[email protected]> Tested-by: Prasad Sodagudi <[email protected]> Tested-by: Tri Vo <[email protected]> Reviewed-by: Peter Oberparleiter <[email protected]> Cc: Daniel Mentz <[email protected]> Cc: Petri Gynther <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>