aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/xenoprof.h
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-07-10 15:41:26 +0100
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-07-10 15:41:26 +0100
commitafd3d1854cc3896a78dc3d127fc9f153e98c6de2 (patch)
treeb00d2c2549373923a8906737162f1b03ddc68efa /xen/include/xen/xenoprof.h
parent24b297caea90977f3fa9956c81c4c0577cce11cf (diff)
downloadxen-afd3d1854cc3896a78dc3d127fc9f153e98c6de2.tar.gz
xen-afd3d1854cc3896a78dc3d127fc9f153e98c6de2.tar.bz2
xen-afd3d1854cc3896a78dc3d127fc9f153e98c6de2.zip
xenoprof: Fix initialisation. Much can be done at boot-time, as
indicated by the fact that the low-level functiosn are marked '__init'. Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'xen/include/xen/xenoprof.h')
-rw-r--r--xen/include/xen/xenoprof.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/xen/include/xen/xenoprof.h b/xen/include/xen/xenoprof.h
index 83e9ec094e..2e47296c7c 100644
--- a/xen/include/xen/xenoprof.h
+++ b/xen/include/xen/xenoprof.h
@@ -69,6 +69,4 @@ int do_xenoprof_op(int op, XEN_GUEST_HANDLE(void) arg);
int xenoprof_add_trace(struct domain *d, struct vcpu *v,
unsigned long eip, int mode);
-extern struct domain *xenoprof_primary_profiler;
-
#endif /* __XEN__XENOPROF_H__ */