aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/oprofile
Commit message (Expand)AuthorAgeFilesLines
...
* x86, hvm, xenoprof: Add fully support of HVM guest to xenoprofile on Intel P6.Keir Fraser2008-10-273-3/+156
* x86, xenoprof: Add Nehalem to list of ppro coresKeir Fraser2008-08-111-12/+28
* xenoprof: Fix x86 32-on-64 xenoprof_arch_counter() implementation.Keir Fraser2008-02-251-0/+25
* Small fix for VMX Core2 perfctr access.Keir Fraser2008-01-311-2/+4
* vmx: Enable Core 2 Duo Performance Counters in HVM guestKeir Fraser2008-01-301-0/+8
* x86, xenoprof: Support Intel Penryn processors.Keir Fraser2008-01-211-7/+6
* xenoprof: Fix more than one events can't be sampled concurrently for Intel CP...Keir Fraser2007-12-141-6/+20
* x86: AMD Fam10/11 adjustmentsKeir Fraser2007-10-112-6/+20
* hvm: Always keep canonical copy of RIP/RSP/RFLAGS inkfraser@localhost.localdomain2007-09-191-1/+0
* hvm: hvm_{load,store}_cpu_guest_regs() does not touch segmentkfraser@localhost.localdomain2007-09-191-1/+1
* xenoprof: Fix initialisation. Much can be done at boot-time, askfraser@localhost.localdomain2007-07-101-46/+33
* Add backtrace support to xenoprof.kfraser@localhost.localdomain2007-06-075-10/+143
* Replace sprintf with snprintf and strncpy with strlcpy.kfraser@localhost.localdomain2007-01-291-19/+16
* [HVM][VMX] Fix problem taking an NMI on entry/exitkfraser@localhost.localdomain2007-01-101-1/+1
* [XENOPROF] Fix oprofile for AMD SVM guests.kfraser@localhost.localdomain2006-12-011-4/+5
* [XENOPROFILE] Make xenoprof arch-generic with dynamic mapping/unmapping xenoprofkfraser@localhost.localdomain2006-11-221-3/+2
* [XENOPROFILE] Replace x86 specific code in xen/common/xenoprof.ckfraser@localhost.localdomain2006-11-221-0/+22
* [XENOPROFILE] Move code under xen/arch/x86/oprofile to xen/common.kfraser@localhost.localdomain2006-11-221-687/+4
* [OPROFILE] Add support for core and core2 chips.kfraser@localhost.localdomain2006-11-171-7/+9
* [XEN] Return -ENOSYS for undefined sub-functions.kfraser@localhost.localdomain2006-11-131-1/+1
* [HVM] HVM is now a flag parameter to domain-creation hypercall.kfraser@localhost.localdomain2006-11-011-1/+1
* [HVM] Fix oprofile for HVM guests.kfraser@localhost.localdomain2006-10-204-35/+52
* [XEN] Can be built -std=gnu99 (except for .S files).kfraser@localhost.localdomain2006-10-181-1/+1
* [XENOPROF] Add a lock around the xenoprof hypercall. It mutates global state.3.0.3-branchedkfraser@localhost.localdomain2006-10-151-22/+47
* [XENOPROF] Fix limit-check overflow.kfraser@localhost.localdomain2006-10-151-8/+7
* Small fix for xenoprof.kaf24@firebug.cl.cam.ac.uk2006-09-152-12/+35
* Add new operation XENOPROF_get_buffer in xenoprof hypercall. Alsokaf24@firebug.cl.cam.ac.uk2006-09-131-29/+38
* Whitespace clean-ups. shand@kneesaa.uk.xensource.com2006-08-163-6/+6
* Add Xenoprof passive domain supportkaf24@firebug.cl.cam.ac.uk2006-06-272-126/+232
* Rename *GUEST_HANDLE to *XEN_GUEST_HANDLE.kaf24@firebug.cl.cam.ac.uk2006-04-271-2/+2
* Add include/xen/nmi.h and update files which #include <asm/nmi.h>.Ian.Campbell@xensource.com2006-04-211-1/+1
* Clean up the xenoprofile hypercall interface.kaf24@firebug.cl.cam.ac.uk2006-04-191-44/+78
* Clean up xenoprof code a bit. The main remaining TODO is tokaf24@firebug.cl.cam.ac.uk2006-04-072-140/+107
* Add xenoprof supportack@kneesa.uk.xensource.com2006-04-068-0/+2097