search for: perfc_hypercalls

Displaying 1 result from an estimated 1 matches for "perfc_hypercalls".

2007 Mar 27
0
[PATCH] make all performance counter per-cpu
...================================== --- 2007-03-19.orig/xen/arch/x86/x86_32/asm-offsets.c 2007-03-19 13:23:52.000000000 +0100 +++ 2007-03-19/xen/arch/x86/x86_32/asm-offsets.c 2007-03-27 11:16:21.000000000 +0200 @@ -107,21 +107,11 @@ void __dummy__(void) BLANK(); #if PERF_COUNTERS - OFFSET(PERFC_hypercalls, struct perfcounter, hypercalls); - OFFSET(PERFC_exceptions, struct perfcounter, exceptions); + DEFINE(PERFC_hypercalls, PERFC_hypercalls); + DEFINE(PERFC_exceptions, PERFC_exceptions); BLANK(); #endif - OFFSET(MULTICALL_op, struct multicall_entry, op); - OFFSET(MULTICALL_arg...