This patchset is mainly to integrate gcov into kbuild system, so that we can use "make foo/bar.c.gcov" to get the gcov files. Also moves the useful scripts in gcov.txt into tools/gcov/ direcotry. Cc: Peter Oberparleiter <oberpar@xxxxxxxxxxxxxxxxxx> Cc: Sam Ravnborg <sam@xxxxxxxxxxxx> Signed-off-by: WANG Cong <amwang@xxxxxxxxxx> --- .gitignore | 1 Documentation/gcov.txt | 66 +++--------------------------------------- Makefile | 8 +++-- scripts/Makefile.build | 7 ++++ scripts/gen_gcov.sh | 49 +++++++++++++++++++++++++++++++ tools/gcov/gather_on_build.sh | 24 +++++++++++++++ tools/gcov/gather_on_test.sh | 20 ++++++++++++ 7 files changed, 113 insertions(+), 62 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html