[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-devel] [PATCH v4 0/2] Rework gcov support in Xen



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@xxxxxxxxxx>
Cc: George Dunlap <George.Dunlap@xxxxxxxxxxxxx>
Cc: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
Cc: Jan Beulich <jbeulich@xxxxxxxx>
Cc: Konrad Rzeszutek Wilk <konrad.wilk@xxxxxxxxxx>
Cc: Stefano Stabellini <sstabellini@xxxxxxxxxx>
Cc: Tim Deegan <tim@xxxxxxx>
Cc: Wei Liu <wei.liu2@xxxxxxxxxx>

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@xxxxxxxxxxxxx
https://lists.xen.org/xen-devel

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.