aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/xenoprof.h
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-02-25 09:18:20 +0000
committerKeir Fraser <keir.fraser@citrix.com>2008-02-25 09:18:20 +0000
commit5f8a368f3b57b40a69615d9f5f9963d8ef6e89aa (patch)
treecb60687c02056662740000a52b5a2cf0a921fcc0 /xen/include/asm-x86/xenoprof.h
parentc3d370d2540764400875056e29c5221dff027748 (diff)
downloadxen-5f8a368f3b57b40a69615d9f5f9963d8ef6e89aa.tar.gz
xen-5f8a368f3b57b40a69615d9f5f9963d8ef6e89aa.tar.bz2
xen-5f8a368f3b57b40a69615d9f5f9963d8ef6e89aa.zip
xenoprof: Fix x86 32-on-64 xenoprof_arch_counter() implementation.
From: George Dunlap <George.Dunlap@eu.citrix.com> Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Diffstat (limited to 'xen/include/asm-x86/xenoprof.h')
-rw-r--r--xen/include/asm-x86/xenoprof.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xen/include/asm-x86/xenoprof.h b/xen/include/asm-x86/xenoprof.h
index d0bc57b5b6..3e318eba69 100644
--- a/xen/include/asm-x86/xenoprof.h
+++ b/xen/include/asm-x86/xenoprof.h
@@ -41,6 +41,7 @@ int xenoprof_arch_init(int *num_events, char *cpu_type);
#define xenoprof_arch_release_counters() nmi_release_counters()
int xenoprof_arch_counter(XEN_GUEST_HANDLE(void) arg);
+int compat_oprof_arch_counter(XEN_GUEST_HANDLE(void) arg);
struct vcpu;
struct cpu_user_regs;