Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755840AbZIDBZj (ORCPT ); Thu, 3 Sep 2009 21:25:39 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755332AbZIDBZj (ORCPT ); Thu, 3 Sep 2009 21:25:39 -0400 Received: from mx1.redhat.com ([209.132.183.28]:43177 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754222AbZIDBZi (ORCPT ); Thu, 3 Sep 2009 21:25:38 -0400 Date: Thu, 3 Sep 2009 21:25:27 -0400 From: Amerigo Wang To: linux-kernel@vger.kernel.org Cc: Peter Oberparleiter , akpm@linux-foundation.org, linux-kbuild@vger.kernel.org, Amerigo Wang , Sam Ravnborg Message-Id: <20090904012755.3749.69645.sendpatchset@localhost.localdomain> Subject: [RFC Patch 0/5] gcov: integrate gcov into kbuild Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1017 Lines: 23 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 Cc: Sam Ravnborg Signed-off-by: WANG Cong --- .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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/