aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/xenoprof.c
Commit message (Expand)AuthorAgeFilesLines
* Fix emacs local variable block to use correct C style variable.David Vrabel2013-02-211-1/+1
* xenoprof: avoid division by 0Tim Deegan2013-02-151-4/+7
* xen/xsm: Add xsm_default parameter to XSM hooksDaniel De Graaf2013-01-111-1/+1
* streamline guest copy operationsJan Beulich2012-12-101-6/+3
* xen: replace XEN_GUEST_HANDLE with XEN_GUEST_HANDLE_PARAM when appropriateStefano Stabellini2012-10-171-4/+4
* make all (native) hypercalls consistently have "long" return typeJan Beulich2012-08-101-1/+4
* oprofile: don't pass around redundant, easily derived argumentsJan Beulich2012-03-081-9/+8
* replace bogus gdprintk() uses with {,d}printk()Jan Beulich2012-02-161-2/+2
* xenoprof: Use uint64_t explicitly for internal callsGeorge Dunlap2012-01-261-3/+3
* use xzalloc in common codeJan Beulich2011-10-041-7/+2
* xen: Include headers that are actually needed, drop everything else.Christoph Egger2011-05-201-0/+1
* [IA64] xenoprof: fix ia64 buildKeir Fraser2010-08-061-3/+0
* xenoprofile: Add IBS supportKeir Fraser2010-08-021-0/+17
* xenoprof: Fix support for active domainsKeir Fraser2009-12-161-1/+2
* Scattered code arrangement cleanups.Keir Fraser2009-10-071-0/+1
* x86_64: allow more vCPU-s per guestKeir Fraser2009-06-181-1/+12
* x86: Fix event-channel access for 32-bit HVM guests.Keir Fraser2009-03-031-1/+1
* Allow memflags to be specified to alloc_xenheap_pages().Keir Fraser2009-01-281-1/+1
* xenoprof: Fix code indentation.Keir Fraser2009-01-261-17/+17
* x86_64: Widen page counts to avoid overflow.Keir Fraser2009-01-261-2/+2
* xenoprof: dom0 hypercall could trigger Xen NULL-pointer accessKeir Fraser2009-01-211-12/+17
* x86, hvm, xenoprof: Add fully support of HVM guest to xenoprofile on Intel P6.Keir Fraser2008-10-271-1/+1
* vmx: Enable Core 2 Duo Performance Counters in HVM guestKeir Fraser2008-01-301-0/+41
* xenoprof: flush remaining smples when sampling is stopped.Keir Fraser2007-12-141-0/+17
* Xen Security Modules: XSMkfraser@localhost.localdomain2007-08-311-0/+5
* [XEN] replace shadow_* with paging_* in common codeTim Deegan2007-07-201-3/+3
* xenoprof: Fix initialisation. Much can be done at boot-time, askfraser@localhost.localdomain2007-07-101-24/+24
* Add backtrace support to xenoprof.kfraser@localhost.localdomain2007-06-071-34/+101
* Rename find_domain_by_id() to get_domain_by_id().kaf24@localhost.localdomain2007-01-261-2/+2
* Enable compatibility mode operation for HYPERVISOR_xenoprof_op.Emmanuel Ackaouy2007-01-051-25/+43
* [XENOPROF] Fix buffer sharing with auto-translate guests.kfraser@localhost.localdomain2006-12-191-1/+1
* [XENOPROFILE] fix shared_xenoprof_page_with_guest() and cleanup.kfraser@localhost.localdomain2006-11-281-34/+38
* [XENOPROFILE] removed unused gmaddr argument.kfraser@localhost.localdomain2006-11-271-9/+5
* [XENOPROFILE] Make xenoprof arch-generic with dynamic mapping/unmapping xenoprofkfraser@localhost.localdomain2006-11-221-27/+89
* [XENOPROFILE] Replace x86 specific code in xen/common/xenoprof.ckfraser@localhost.localdomain2006-11-221-39/+11
* [XENOPROFILE] Move code under xen/arch/x86/oprofile to xen/common.kfraser@localhost.localdomain2006-11-221-0/+709