xen, tools: rip out old gcov implementation
authorWei Liu <wei.liu2@citrix.com>
Thu, 29 Sep 2016 17:38:30 +0000 (18:38 +0100)
committerWei Liu <wei.liu2@citrix.com>
Sat, 3 Dec 2016 15:55:34 +0000 (15:55 +0000)
commitd92d9e1701e37567d2a04edb8d38c7e86d535312
tree0e303b6f175eaeb813741d8ab7a61ded0c2d72a0
parent170c257e8d42ca37ec5b8d6241862c8876a630c5
xen, tools: rip out old gcov implementation

The internal data structure and code are tied to an old gcov format.
It's easier to just redo everything from scratch.

Salvage the reusable parts: leave xen/common/gcov and an empty Makefile
there, leave gcov support in Kconfig but mark that as broken. Also
reserve the sysctl number for later use (but delete relevant sysctl
structures).

Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
tools/misc/Makefile
tools/misc/xencov.c [deleted file]
tools/misc/xencov_split [deleted file]
xen/Kconfig.debug
xen/common/gcov/Makefile
xen/common/gcov/gcov.c [deleted file]
xen/common/sysctl.c
xen/include/public/gcov.h [deleted file]
xen/include/public/sysctl.h
xen/include/xen/gcov.h [deleted file]