search for: gtraceview

Displaying 5 results from an estimated 5 matches for "gtraceview".

2012 Mar 01
1
autoconf/ debian 6.0 - missing dependency checks
I just did a ./configure and then make on a fresh debian 6.0 64-bit install. ./configure caught most of the missing dependencies except the following, which caused compilation failures. 1. libncurses5-dev (I get errors from tools/misc, concerning gtraceview) 2. bin86 & bcc & iasl - during firmware compilation 3. python-dev (from tools/python/xen/lowlevel/xc) I am not sure if I was doing something wrong or if its the configure script missing these dependency checks. shriram _______________________________________________ Xen-devel mailing...
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
2011 Mar 16
3
[PATCH] tools: do not link against unused libraries
...$(CC) -c $(CFLAGS) -o $@ $< xen-hvmctx xen-hvmcrash xenperf xenpm gtracestat xenlockprof xen-hptool xenwatchdogd: %: %.o Makefile - $(CC) $(CFLAGS) -o $@ $< $(LDFLAGS) $(LDLIBS_libxenctrl) $(LDLIBS_libxenguest) $(LDLIBS_libxenstore) + $(CC) $(CFLAGS) -o $@ $< $(LDFLAGS) $(LDLIBS_$*) gtraceview: %: %.o Makefile $(CC) $(CFLAGS) -o $@ $< $(LDFLAGS) $(CURSES_LIBS) diff -r f35234b6636a -r 7e326d27d899 tools/xcutils/Makefile --- a/tools/xcutils/Makefile Tue Mar 15 16:33:59 2011 +0000 +++ b/tools/xcutils/Makefile Wed Mar 16 10:38:52 2011 +0000 @@ -11,12 +11,20 @@ XEN_ROOT = ../.. XEN_ROOT...
2011 Nov 03
3
[PATCH 0 of 2 RESEND] tools: add two new compile flags and perform checks on user defined folders.
Added two new sets of compile flags, and pass them to the check scripts, so libraries and includes are searched there also. Resend this patches because they suffered some modifications and where scattered along the mailing list. Please review, thanks Roger. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
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 *