aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenmon
Commit message (Expand)AuthorAgeFilesLines
* tools/xenmon: Fix typo in MakefileDaniel Kiper2013-05-081-1/+1
* tools/build: Introduce {PREPEND,APPEND}_{LIB,INCLUDES}Roger Pau Monne2011-11-141-2/+2
* tools: remove some .o and binary files on cleanIan Campbell2011-03-311-1/+3
* tools: remove pattern matched linking rulesIan Campbell2011-03-311-6/+4
* tools: Remove $(CFLAGS) from links lines.Ian Campbell2011-03-311-4/+5
* tools: Drop XEN_XC variableIan Campbell2011-03-211-1/+0
* build: Make XEN_ROOT an absolute path.Keir Fraser2011-03-171-1/+1
* libxc: convert evtchn interfaces to use an opaque handle typeIan Campbell2010-12-231-5/+5
* split LDLIBS from LDFLAGS to fix link errors in recent toolchainsStefano Stabellini2010-08-111-3/+3
* trace: share t_info pages only in read-only modeKeir Fraser2010-06-291-5/+5
* libxc: eliminate static variables, use xentoollog; API changeKeir Fraser2010-05-282-10/+11
* tools/xenbaked: fix bug of Segmentation faultKeir Fraser2010-02-101-70/+52
* Use -MMD -MF in tools/* rather than -Wp,-M...Keir Fraser2009-01-121-1/+3
* tools/xenmon/Makefile: Move LDFLAGS after $<Keir Fraser2008-08-271-2/+2
* install more documentation to /usr/share/doc/xen and /etc/xenKeir Fraser2008-08-061-0/+2
* tools: Declare functions static where they should be, and provideKeir Fraser2008-07-151-42/+45
* tools: replace sprintf with snprintf where applicableKeir Fraser2008-06-121-2/+6
* xenbaked: Fix access to trace buffer after xentrace changesKeir Fraser2008-04-241-5/+27
* libxenctrl headers should not pollute macro namespace withKeir Fraser2008-02-121-2/+2
* Define CFLAGS and LDFLAGS for libxenctrl.Keir Fraser2008-01-271-5/+4
* Move generation of public header hierarchy into the tools.Keir Fraser2008-01-261-0/+1
* Add SBINDIR. Use it always.Keir Fraser2008-01-221-6/+4
* Fix xenmon.py to work on SolarisKeir Fraser2007-12-041-5/+20
* xentrace: make xentrace and xenmon work on Solaris and *BSD.Keir Fraser2007-11-161-86/+91
* xenmon: Fix security vulnerability CVE-2007-3919.Keir Fraser2007-10-232-2/+2
* Replace sysctl.physinfo.sockets_per_node with more directly usefulKeir Fraser2007-10-191-4/+1
* Remove tabs from python scripts xenmon and xentrace_format.Keir Fraser2007-10-081-7/+7
* xenbaked: Fix for new trace format.Keir Fraser2007-10-041-3/+3
* Xen tracing cleanups and fixes.Keir Fraser2007-09-241-299/+304
* Extended the physinfo sysctl to export NUMA cpu_to_node topology info.kfraser@localhost.localdomain2007-07-061-1/+1
* Replace tabs with spaces.Ewan Mellor2007-03-231-11/+11
* I found a small bug in xenmon. Even if I gave xenmon a wrongEwan Mellor2006-11-021-1/+3
* Stop enforcing -g for some of the tools.kfraser@localhost.localdomain2006-10-311-1/+1
* Clean up duplication of 'install' macros in the Makefiles.kfraser@localhost.localdomain2006-10-171-7/+2
* [XENMON] Add argument check of "--ms_per_sample" option.kfraser@localhost.localdomain2006-09-191-0/+5
* This patch adds the argument check of "--ms_per_sample=" option. ForEwan Mellor2006-09-051-0/+3
* Replace dom0_ops hypercall with three new hypercalls:kfraser@localhost.localdomain2006-08-251-18/+17
* Rename two xentrace tools to make it obvious that setmask and setsize are xen...kfraser@localhost.localdomain2006-08-161-5/+5
* Remove another external-to-libxc user of xc_dom0_op().kfraser@localhost.localdomain2006-08-151-10/+7
* Fix domid range check in xenmon.kfraser@localhost.localdomain2006-07-251-5/+3
* Domain ID/index mapping in xenmon.kfraser@localhost.localdomain2006-07-102-122/+197
* [XENMON] This patch removes the magic number "31" for readability.kfraser@localhost.localdomain2006-07-051-7/+19
* [TOOLS] Introduce xc_evtchn_*() interface for interacting with /dev/xen/evtchn.kaf24@firebug.cl.cam.ac.uk2006-06-151-39/+16
* Use common code for enabling tracing via xenmon and xentrace, also fixingkaf24@firebug.cl.cam.ac.uk2006-05-161-62/+25
* Move Linux-specific privcmd code into private libxc implementations.kaf24@firebug.cl.cam.ac.uk2006-05-021-2/+1
* Check a write() return value in xenbaked.kaf24@firebug.cl.cam.ac.uk2006-04-271-1/+4
* This is a patch for XenMon which only applies to the userspace tools. kaf24@firebug.cl.cam.ac.uk2006-04-144-92/+284
* build: Clean up use of .PHONYkaf24@firebug.cl.cam.ac.uk2006-04-101-0/+4
* More build config changes:kaf24@firebug.cl.cam.ac.uk2006-03-101-2/+2
* Clean up the usage of CFLAGS. This is nice for packagers, who wouldkaf24@firebug.cl.cam.ac.uk2006-03-091-1/+1