aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/oprofile/xenoprof.c
Commit message (Expand)AuthorAgeFilesLines
* Fix emacs local variable block to use correct C style variable.David Vrabel2013-02-211-1/+1
* xen: replace XEN_GUEST_HANDLE with XEN_GUEST_HANDLE_PARAM when appropriateStefano Stabellini2012-10-171-3/+3
* x86/oprof: adjust off-by-one counter range checksJan Beulich2012-10-171-2/+2
* x86/xenoprof: fix kernel/user mode detection for HVMJacob Shin2012-10-151-6/+16
* x86: Remove CONFIG_COMPAT ifdef'ery from arch/x86 -- it is always defined.Keir Fraser2012-09-121-4/+0
* oprofile: don't pass around redundant, easily derived argumentsJan Beulich2012-03-081-1/+3
* xenoprofile: Add IBS supportKeir Fraser2010-08-021-0/+17
* xenoprof: Fix x86 32-on-64 xenoprof_arch_counter() implementation.Keir Fraser2008-02-251-0/+25
* [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
* [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-201-12/+25
* [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-151-9/+13
* 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-161-3/+3
* Add Xenoprof passive domain supportkaf24@firebug.cl.cam.ac.uk2006-06-271-125/+231
* Rename *GUEST_HANDLE to *XEN_GUEST_HANDLE.kaf24@firebug.cl.cam.ac.uk2006-04-271-2/+2
* 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-071-125/+100
* Add xenoprof supportack@kneesa.uk.xensource.com2006-04-061-0/+553