[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20090904012755.3749.69645.sendpatchset@localhost.localdomain>
Date: Thu, 3 Sep 2009 21:25:27 -0400
From: Amerigo Wang <amwang@...hat.com>
To: linux-kernel@...r.kernel.org
Cc: Peter Oberparleiter <oberpar@...ux.vnet.ibm.com>,
akpm@...ux-foundation.org, linux-kbuild@...r.kernel.org,
Amerigo Wang <amwang@...hat.com>,
Sam Ravnborg <sam@...nborg.org>
Subject: [RFC Patch 0/5] gcov: integrate gcov into kbuild
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@...ux.vnet.ibm.com>
Cc: Sam Ravnborg <sam@...nborg.org>
Signed-off-by: WANG Cong <amwang@...hat.com>
---
.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-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists