search for: xencov

Displaying 6 results from an estimated 6 matches for "xencov".

2013 May 14
7
tools/misc/xencov.c: build failure on NetBSD
Hi, tools/misc/xencov.c fails to build. NetBSD does not have MAP_LOCKED. Christoph
2013 Feb 07
5
[PATCH v8] gcov: Coverage support
Updated set of patches for coverage. Changes: - change copyright lines - use gcov: instead of cover: in commit comment - use #ifdef in xen/common/sysctl.c instead of dummy inline function - added base documentation in docs/misc - added -h option to xencov
2013 May 23
2
[PATCH 1/2] gcov: Add script to split coverage informations.
From: Frediano Ziglio <frediano.ziglio@citrix.com> Split coverage informations extracted from xencov utility. This script accept coverage blob either as file or from input and extract into files compatible with gcc format (gcda). Signed-off-by: Frediano Ziglio <frediano.ziglio@citrix.com> --- tools/misc/Makefile | 2 +- tools/misc/xencov_split | 191 ++++++++++++++++++++++++++++++++...
2017 Oct 26
2
[PATCH for-next 0/9] LLVM coverage support for Xen
...coverage: introduce generic file kconfig: add llvm coverage option coverage: introduce support for llvm profiling xsm: add bodge when compiling with llvm coverage support coverage: add documentation for LLVM coverage docs/misc/coverage.markdown | 47 ++++++++++ tools/misc/xencov.c | 28 +++--- xen/Kconfig.debug | 16 ++++ xen/Rules.mk | 4 + xen/common/Makefile | 2 +- xen/common/{gcov => coverage}/Makefile | 6 +- xen/common/coverage/coverage.c | 71 +...
2018 Oct 11
2
xen_4.11.1~pre.20180911.5acdd26fdc+dfsg-2_multi.changes ACCEPTED into unstable, unstable
...- Utilities which use on libraries with stable ABIs upstream are no longer subjected to the Xen version wrapper. - Several utilities are now provided in /usr/bin which were previously only available buried in /usr/lib/xen-<version>: xen-detect xenalyze xencons xencov_split xen-cpuid (version-wrapped, where necessary). - Likewise very many utilities and daemons in /usr/sbin: gdbsx xen-bugtool xen-ringwatch xen-tmem-list-parse xenmon xenpmd flask-* xen-kdd xen-diag xen-hptool xen-hvmcrash xen-hvmctx xen-livepatch xen...
2013 Jul 31
29
[PATCH 0/9] tools: remove or disable old/useless/unused/unmainted stuff
depends on "autoconf: regenerate configure scripts with 4.4 version" This series removes some of the really old deadwood from the tools build and makes some other things which are on their way out configurable at build time with a default depending on how far down the slope I judge them to be. * nuke in tree copy of libaio * nuke obsolete tools: xsview, miniterm, lomount & sv *