xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/2] Rework gcov support in Xen
@ 2016-10-13 12:04 Wei Liu
  2016-10-13 12:04 ` [PATCH v4 1/2] gcov: add new interface and new formats support Wei Liu
  2016-10-13 12:04 ` [PATCH v4 2/2] gcov: provide the capability to select gcov format automatically Wei Liu
  0 siblings, 2 replies; 8+ messages in thread
From: Wei Liu @ 2016-10-13 12:04 UTC (permalink / raw)
  To: Xen-devel
  Cc: Stefano Stabellini, Wei Liu, George Dunlap, Andrew Cooper,
	Ian Jackson, Tim Deegan, philippe.gabriel, Jan Beulich

Only sending out two patches.

This series can be found at:

git://xenbits.xen.org/people/liuw/xen.git wip.rework-gcov-v$VERSION

Wei.

---
v2: see individual commits for changes.

Cc: Andrew Cooper <andrew.cooper3@citrix.com>
Cc: George Dunlap <George.Dunlap@eu.citrix.com>
Cc: Ian Jackson <ian.jackson@eu.citrix.com>
Cc: Jan Beulich <jbeulich@suse.com>
Cc: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Cc: Stefano Stabellini <sstabellini@kernel.org>
Cc: Tim Deegan <tim@xen.org>
Cc: Wei Liu <wei.liu2@citrix.com>

Wei Liu (2):
  gcov: add new interface and new formats support
  gcov: provide the capability to select gcov format automatically

 xen/Kconfig.debug           |  46 +++++-
 xen/common/gcov/Makefile    |   9 ++
 xen/common/gcov/gcc_3_4.c   | 367 ++++++++++++++++++++++++++++++++++++++++++++
 xen/common/gcov/gcc_4_7.c   | 204 ++++++++++++++++++++++++
 xen/common/gcov/gcc_4_9.c   |  35 +++++
 xen/common/gcov/gcc_5.c     |  35 +++++
 xen/common/gcov/gcov.c      | 257 +++++++++++++++++++++++++++++++
 xen/common/gcov/gcov.h      |  40 +++++
 xen/common/gcov/gcov_base.c |  60 ++++++++
 xen/common/sysctl.c         |   8 +
 xen/include/public/sysctl.h |  39 ++++-
 xen/include/xen/gcov.h      |   9 ++
 12 files changed, 1102 insertions(+), 7 deletions(-)
 create mode 100644 xen/common/gcov/gcc_3_4.c
 create mode 100644 xen/common/gcov/gcc_4_7.c
 create mode 100644 xen/common/gcov/gcc_4_9.c
 create mode 100644 xen/common/gcov/gcc_5.c
 create mode 100644 xen/common/gcov/gcov.c
 create mode 100644 xen/common/gcov/gcov.h
 create mode 100644 xen/common/gcov/gcov_base.c
 create mode 100644 xen/include/xen/gcov.h

-- 
2.1.4


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2016-10-13 13:43 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-13 12:04 [PATCH v4 0/2] Rework gcov support in Xen Wei Liu
2016-10-13 12:04 ` [PATCH v4 1/2] gcov: add new interface and new formats support Wei Liu
2016-10-13 13:05   ` Jan Beulich
2016-10-13 13:19     ` Wei Liu
2016-10-13 13:38   ` Konrad Rzeszutek Wilk
2016-10-13 13:43     ` Wei Liu
2016-10-13 12:04 ` [PATCH v4 2/2] gcov: provide the capability to select gcov format automatically Wei Liu
2016-10-13 13:05   ` Jan Beulich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).