aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/perfc.c
diff options
context:
space:
mode:
authorkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2004-03-23 09:48:06 +0000
committerkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2004-03-23 09:48:06 +0000
commit2a5f90e8e88330b026e79c1a3c38a711f545c167 (patch)
treecaa5435c339291cc581777a52e4981c75b77260d /xen/common/perfc.c
parentc2929ecdf6cba5d5e5fd09c52e465e5f4a22fb83 (diff)
downloadxen-2a5f90e8e88330b026e79c1a3c38a711f545c167.tar.gz
xen-2a5f90e8e88330b026e79c1a3c38a711f545c167.tar.bz2
xen-2a5f90e8e88330b026e79c1a3c38a711f545c167.zip
bitkeeper revision 1.821 (406007d6uu0vZYDxa9P1ZfNO9kF_Cg)
Many files: xeno -> xen renames. ide-xen.c: Rename: xen/drivers/ide/ide-xeno.c -> xen/drivers/ide/ide-xen.c xen.lds: Rename: xen/arch/i386/xeno.lds -> xen/arch/i386/xen.lds Many files: mvdir
Diffstat (limited to 'xen/common/perfc.c')
-rw-r--r--xen/common/perfc.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/xen/common/perfc.c b/xen/common/perfc.c
index 00d0505503..20b0e5c116 100644
--- a/xen/common/perfc.c
+++ b/xen/common/perfc.c
@@ -1,9 +1,9 @@
-#include <xeno/lib.h>
-#include <xeno/smp.h>
-#include <xeno/time.h>
-#include <xeno/perfc.h>
-#include <xeno/keyhandler.h>
+#include <xen/lib.h>
+#include <xen/smp.h>
+#include <xen/time.h>
+#include <xen/perfc.h>
+#include <xen/keyhandler.h>
#undef PERFCOUNTER
#undef PERFCOUNTER_CPU
@@ -16,7 +16,7 @@ static struct {
enum { TYPE_SINGLE, TYPE_CPU, TYPE_ARRAY } type;
int nr_elements;
} perfc_info[] = {
-#include <xeno/perfc_defn.h>
+#include <xen/perfc_defn.h>
};
#define NR_PERFCTRS (sizeof(perfc_info) / sizeof(perfc_info[0]))