aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xentrace
Commit message (Expand)AuthorAgeFilesLines
...
* xentrace: Bit-field boolean must be unsigned.kfraser@localhost.localdomain2007-06-041-8/+5
* [IA64] Rewrite ia64 vcpu_guest_context_regs structureAlex Williamson2007-05-071-89/+83
* [TOOLS] Make xentrace help a little more informative.George Dunlap2007-02-271-2/+4
* [TOOLS] Added option to xentrace to discard records in the bufferGeorge Dunlap2007-02-271-0/+19
* Missing files from previous changeset.kfraser@localhost.localdomain2007-02-263-47/+59
* xentrace: Add a relative TSC field (kept track per CPU) to xentrace_format.kfraser@localhost.localdomain2007-02-232-32/+41
* Fix up xentrace record extraction in xentrace_format for 64-bitkfraser@localhost.localdomain2007-02-061-0/+3
* [TOOLS] Provide common LFS CFLAGS/LDFLAGS additions in Rules.mk.kfraser@localhost.localdomain2006-11-171-1/+1
* Add lost record format in xentrace formats file.kfraser@localhost.localdomain2006-11-091-0/+2
* [IA64] xenctx shows more registers for ia64awilliam@xenbuild.aw2006-10-241-4/+102
* [HVM] XenTrace enhancement for HVM SMP guests.kfraser@localhost.localdomain2006-10-181-5/+24
* Clean up duplication of 'install' macros in the Makefiles.kfraser@localhost.localdomain2006-10-171-5/+0
* Added option to xentrace to set the trace buffer size.George Dunlap2006-08-211-1/+20
* Rename two xentrace tools to make it obvious that setmask and setsize are xen...kfraser@localhost.localdomain2006-08-161-1/+3
* [IA64] dummy print_stack() func for NO_TRANSLATION pathawilliam@xenbuild.aw2006-06-191-2/+2
* [IA64] fix is_kernel_text in xenctx and show more registersawilliam@xenbuild.aw2006-06-191-16/+39
* [IA64] enable xenctx on ia64awilliam@xenbuild.aw2006-06-192-1/+42
* Fix xentrace_format to deal with more than 16 CPUs.kaf24@firebug.cl.cam.ac.uk2006-05-191-2/+4
* Our 10,000th changeset! (Clean up trailing whitespace in README file :-)kaf24@firebug.cl.cam.ac.uk2006-05-161-26/+0
* Fix the tools build:kaf24@firebug.cl.cam.ac.uk2006-05-162-25/+29
* Extend xentrace man page.kaf24@firebug.cl.cam.ac.uk2006-05-161-0/+75
* Use common code for enabling tracing via xenmon and xentrace, also fixingkaf24@firebug.cl.cam.ac.uk2006-05-161-53/+9
* Fix xentrace to initialise the trace buffers if they are not set up.kaf24@firebug.cl.cam.ac.uk2006-05-121-11/+48
* Move Linux-specific privcmd code into private libxc implementations.kaf24@firebug.cl.cam.ac.uk2006-05-021-40/+35
* build: Clean up use of .PHONYkaf24@firebug.cl.cam.ac.uk2006-04-101-0/+5
* This patch is mainly a cleanup of vmx related xentrace code. One minorkaf24@firebug.cl.cam.ac.uk2006-03-243-4/+4
* More build config changes:kaf24@firebug.cl.cam.ac.uk2006-03-101-1/+1
* Move 'debug' build option into the outermost Config.mk file.kaf24@firebug.cl.cam.ac.uk2006-03-091-1/+1
* Clean up the usage of CFLAGS. This is nice for packagers, who wouldkaf24@firebug.cl.cam.ac.uk2006-03-091-1/+1
* Clean up the interface for sharing xen-heap pages with guests.kaf24@firebug.cl.cam.ac.uk2006-03-091-1/+1
* add the hypercall_page to xenctx knowledge.vhanquez@kneesa.uk.xensource.com2006-01-311-1/+6
* Two shell commands weren't properly spaced in a makefile.kaf24@firebug.cl.cam.ac.uk2006-01-241-2/+2
* Fix a couple of bogus dom0_op names:kaf24@firebug.cl.cam.ac.uk2006-01-061-2/+2
* Only build xenctx on x86_32 and x86_64.Ian.Campbell@xensource.com2005-12-231-3/+11
* Add support to xenctx for printing stack traces on x86_32 and x86_64.Ian.Campbell@xensource.com2005-12-222-14/+392
* The xentrace_format script doesn't work on x86/64. Python pads the input kaf24@firebug.cl.cam.ac.uk2005-11-181-2/+9
* The new userland monitoring tool, XenMon.kaf24@firebug.cl.cam.ac.uk2005-11-151-4/+5
* Sanitise the trace-buffer hypervisor<->user interface.kaf24@firebug.cl.cam.ac.uk2005-10-311-45/+13
* This is a set of changes which allow the tracebuffer functionality tokaf24@firebug.cl.cam.ac.uk2005-10-304-14/+76
* Fix Xen public interfaces and the tools to consistentlykaf24@firebug.cl.cam.ac.uk2005-10-122-5/+6
* Fix typo.adsharma@los-vmm.sc.intel.com2005-08-251-1/+1
* Tracing hooks for VMX domainsadsharma@los-vmm.sc.intel.com2005-08-251-0/+4
* Rename libxc => libxenctrl and xc.h => xen/xenctrl.hcl349@firebug.cl.cam.ac.uk2005-08-242-2/+2
* Get rid of memory_t. Almost all uses should be unsigned long.kaf24@firebug.cl.cam.ac.uk2005-08-191-15/+15
* Implement event filtering command line options for xentrace.kaf24@firebug.cl.cam.ac.uk2005-08-111-0/+95
* Don't build xenctx by default,a nd fix one error msg.kaf24@firebug.cl.cam.ac.uk2005-07-112-2/+2
* Fix xenctx compilation and support 64 bit.kaf24@firebug.cl.cam.ac.uk2005-07-112-16/+48
* Rename fields in physinfo_t structure and add sockets/nodeskaf24@firebug.cl.cam.ac.uk2005-07-041-1/+4
* bitkeeper revision 1.1534.1.1 (429399e0oJudIjoFsgWFxNKnCM7qTg)cl349@firebug.cl.cam.ac.uk2005-05-241-2/+1
* bitkeeper revision 1.1389.1.2 (4270ed5dZvr_HdIQR0eBM2m4Kj81_A)kaf24@firebug.cl.cam.ac.uk2005-04-281-17/+16