search for: perfc_

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

Did you mean: perfc
2007 Mar 27
0
[PATCH] make all performance counter per-cpu
...================================= --- 2007-03-19.orig/xen/arch/ia64/asm-offsets.c 2007-02-12 14:00:54.000000000 +0100 +++ 2007-03-19/xen/arch/ia64/asm-offsets.c 2007-03-27 16:35:08.000000000 +0200 @@ -223,10 +223,11 @@ void foo(void) #ifdef PERF_COUNTERS BLANK(); - DEFINE(RECOVER_TO_PAGE_FAULT_PERFC_OFS, offsetof (struct perfcounter, recover_to_page_fault)); - DEFINE(RECOVER_TO_BREAK_FAULT_PERFC_OFS, offsetof (struct perfcounter, recover_to_break_fault)); - DEFINE(FAST_HYPERPRIVOP_PERFC_OFS, offsetof (struct perfcounter, fast_hyperprivop)); - DEFINE(FAST_REFLECT_PERFC_OFS, offsetof (struct perf...