All of lore.kernel.org
 help / color / mirror / Atom feed
From: Frediano Ziglio <frediano.ziglio@citrix.com>
To: Konrad Rzeszutek Wilk <konrad@kernel.org>,
	Ian Campbell <Ian.Campbell@citrix.com>,
	Jan Beulich <JBeulich@suse.com>,
	George Dunlap <George.Dunlap@eu.citrix.com>
Cc: Frediano Ziglio <frediano.ziglio@citrix.com>, xen-devel@lists.xen.org
Subject: [PATCH v10 0/5] gcov: Coverage support
Date: Thu, 21 Feb 2013 16:13:40 +0000	[thread overview]
Message-ID: <1361463225-21750-1-git-send-email-frediano.ziglio@citrix.com> (raw)

Updated set of patches for coverage.

Changes:
- remove small outdated note on commit text
- add signature where missing
- rebased

Frediano Ziglio (5):
  gcov: Call constructors during initialization
  gcov: Adding support for coverage information
  gcov: Implement code to read coverage informations
  gcov: Add small utility to deal with test coverage information from
    Xen
  gcov: Add documentation for coverage

 .gitignore                  |    3 +
 .hgignore                   |    3 +
 Config.mk                   |    3 +
 docs/misc/coverage.markdown |   39 ++++++++
 tools/misc/Makefile         |    8 +-
 tools/misc/xencov.c         |  152 +++++++++++++++++++++++++++++
 xen/Rules.mk                |    2 +
 xen/arch/arm/setup.c        |    2 +
 xen/arch/arm/xen.lds.S      |    7 ++
 xen/arch/x86/setup.c        |    2 +
 xen/arch/x86/xen.lds.S      |    7 ++
 xen/common/Makefile         |    2 +
 xen/common/gcov/Makefile    |    2 +
 xen/common/gcov/gcov.c      |  225 +++++++++++++++++++++++++++++++++++++++++++
 xen/common/lib.c            |   14 +++
 xen/common/sysctl.c         |    6 ++
 xen/include/public/gcov.h   |  115 ++++++++++++++++++++++
 xen/include/public/sysctl.h |   38 ++++++++
 xen/include/xen/gcov.h      |   93 ++++++++++++++++++
 xen/include/xen/lib.h       |    2 +
 20 files changed, 723 insertions(+), 2 deletions(-)
 create mode 100644 docs/misc/coverage.markdown
 create mode 100644 tools/misc/xencov.c
 create mode 100644 xen/common/gcov/Makefile
 create mode 100644 xen/common/gcov/gcov.c
 create mode 100644 xen/include/public/gcov.h
 create mode 100644 xen/include/xen/gcov.h

-- 
1.7.9.5

             reply	other threads:[~2013-02-21 16:13 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-21 16:13 Frediano Ziglio [this message]
2013-02-21 16:13 ` [PATCH v10 1/5] gcov: Call constructors during initialization Frediano Ziglio
2013-02-22  8:50   ` Ian Campbell
2013-02-22  9:40     ` Frediano Ziglio
2013-02-22  9:45       ` Ian Campbell
2013-02-21 16:13 ` [PATCH v10 2/5] gcov: Adding support for coverage information Frediano Ziglio
2013-02-21 16:13 ` [PATCH v10 3/5] gcov: Implement code to read coverage informations Frediano Ziglio
2013-02-21 16:13 ` [PATCH v10 4/5] gcov: Add small utility to deal with test coverage information from Xen Frediano Ziglio
2013-02-21 16:13 ` [PATCH v10 5/5] gcov: Add documentation for coverage Frediano Ziglio
2013-02-22 14:20 ` [PATCH v10 0/5] gcov: Coverage support George Dunlap
2013-02-22 14:35   ` Ian Campbell
2013-02-22 14:35   ` Frediano Ziglio
2013-02-22 14:39   ` Jan Beulich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1361463225-21750-1-git-send-email-frediano.ziglio@citrix.com \
    --to=frediano.ziglio@citrix.com \
    --cc=George.Dunlap@eu.citrix.com \
    --cc=Ian.Campbell@citrix.com \
    --cc=JBeulich@suse.com \
    --cc=konrad@kernel.org \
    --cc=xen-devel@lists.xen.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.