aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenstat/libxenstat
Commit message (Expand)AuthorAgeFilesLines
* split LDLIBS from LDFLAGS to fix link errors in recent toolchainsStefano Stabellini2010-08-111-3/+3
* libxc: eliminate static variables, use xentoollog; API changeKeir Fraser2010-05-282-3/+3
* xentop: fix NULL pointer dereferenceKeir Fraser2010-05-201-13/+15
* Fix Makefile targets that generate several files at onceKeir Fraser2010-03-051-2/+4
* xentop: tmem: no stats for non-tmem domainsKeir Fraser2010-03-031-2/+3
* tmem, xentop: Report a few key per-domain tmem statistics in xentop.Keir Fraser2009-12-093-0/+82
* xenstat: Fixes for 20528:e6e3bf767d16 (stats for dom0 network bonding)Keir Fraser2009-12-021-198/+204
* xentop: Add tmem-freeable info when tmem is activeKeir Fraser2009-12-013-0/+13
* xenstat: Linux dom0 statistics for case we use network bondingKeir Fraser2009-12-011-33/+227
* xentop: Add two more VBD statisticsKeir Fraser2009-11-054-0/+28
* xenstat: Use backend path which is compatible with pvops and 2.6.18-xen kernels.Keir Fraser2009-07-071-1/+1
* Use -MMD -MF in tools/* rather than -Wp,-M...Keir Fraser2009-01-121-1/+3
* xentop: Fix xentop for blktapKeir Fraser2008-12-031-19/+6
* Fix a few typosKeir Fraser2008-08-041-1/+1
* tools: use $(PREFIX) rather than hard-coding /usrKeir Fraser2008-07-241-1/+1
* xenstat: some cleanupsKeir Fraser2008-06-101-1/+2
* libxenstat: Fix statistics for blktap disks on linuxKeir Fraser2008-06-101-7/+19
* Fix domain names that xentop showsKeir Fraser2008-05-261-4/+12
* Fix libxenstat on SolarisKeir Fraser2008-02-271-33/+7
* Move generation of public header hierarchy into the tools.Keir Fraser2008-01-261-1/+1
* Replace sysctl.physinfo.sockets_per_node with more directly usefulKeir Fraser2007-10-191-3/+1
* Missed files in previous changeset.Keir Fraser2007-09-241-0/+97
* xenstat/xenstore: NetBSD fixes.Keir Fraser2007-09-241-0/+1
* xentop: fix abnormal value cpu(%) when domain shutdown.kfraser@localhost.localdomain2007-08-071-1/+1
* Extended the physinfo sysctl to export NUMA cpu_to_node topology info.kfraser@localhost.localdomain2007-07-061-1/+1
* xenstat: Adding to scan blktap information.kfraser@localhost.localdomain2007-06-074-8/+25
* Fix stale email addresses in xenstat and xentop.kfraser@localhost.localdomain2007-05-315-13/+13
* xenstat: Remove the "vbd-%d-%d is a VBD." debugging statement.Keir Fraser2007-05-071-3/+1
* Implement VBD and VIF handling on Solaris for libxenstat.kfraser@localhost.localdomain2007-02-236-288/+832
* [XEN] Remove VGCF_hvm_guest, replace with XEN_DOMINF_hvm_guest.kfraser@localhost.localdomain2006-11-031-10/+10
* [SOLARIS] On Solaris, GCC is configured to use Sun's LD. Fix the build to usekfraser@localhost.localdomain2006-10-171-4/+4
* Clean up duplication of 'install' macros in the Makefiles.kfraser@localhost.localdomain2006-10-171-4/+0
* Replace dom0_ops hypercall with three new hypercalls:kfraser@localhost.localdomain2006-08-251-3/+3
* [XENSTAT] Ignore domains that are being created/destroyed during get_info call.kaf24@firebug.cl.cam.ac.uk2006-08-081-22/+77
* Remove unnecessary include of linux/compiler.h in libxenstat.kfraser@localhost.localdomain2006-07-261-1/+0
* Remove use of unlikely -- it's not defined on all systems.chris@kneesaa.uk.xensource.com2006-06-301-2/+2
* [XENSTAT]Add VBD information structure.kaf24@firebug.cl.cam.ac.uk2006-06-302-2/+194
* [XENSTAT] Fix two realloc() usage errors in xenstat.kfraser@dhcp93.uk.xensource.com2006-06-141-9/+14
* Fix perfc array range on reset.kaf24@firebug.cl.cam.ac.uk2006-05-022-247/+0
* Move Linux-specific privcmd code into private libxc implementations.kaf24@firebug.cl.cam.ac.uk2006-05-022-22/+27
* Rename {SG}ET_XEN_GUEST_HANDLE to {sg}et_Xen_guest_handle, as theykaf24@firebug.cl.cam.ac.uk2006-04-281-1/+1
* Wrap all GUEST_HANDLEs in structures, and define SET/GET macros to access themkaf24@firebug.cl.cam.ac.uk2006-04-271-1/+1
* build: Clean up use of .PHONYkaf24@firebug.cl.cam.ac.uk2006-04-101-0/+10
* More build config changes:kaf24@firebug.cl.cam.ac.uk2006-03-105-5/+5
* Check the hypercall number in the privcmd hypercall ioctl.kaf24@firebug.cl.cam.ac.uk2006-02-101-23/+20
* update xs_transaction_t to be a plain u32 integer instead of a fake pointer.vhanquez@kneesa.uk.xensource.com2006-01-111-1/+1
* This fixes a small race between when a domain is created and when xentopkaf24@firebug.cl.cam.ac.uk2005-11-241-10/+3
* Remove unnecessary NULL checks before freeing memory blocks.kaf24@firebug.cl.cam.ac.uk2005-11-111-4/+2
* There is an error in xenstat, such that a wild pointer is beingkaf24@firebug.cl.cam.ac.uk2005-11-011-2/+1
* Free domain names in xenstat_free_node, fixing small memory leak.emellor@leeni.uk.xensource.com2005-10-301-0/+5