search for: perfc_defn

Displaying 3 results from an estimated 3 matches for "perfc_defn".

2007 Mar 27
0
[PATCH] make all performance counter per-cpu
...C_privop_addr_##name##_addr, \ + PERFC_privop_addr_##name##_count, \ + PERFC_privop_addr_##name##_overflow \ }, -static struct privop_addr_count privop_addr_counter[] = { +static const struct privop_addr_info privop_addr_info[] = { #include <asm/perfc_defn.h> }; #define PRIVOP_COUNT_NINSTS \ - (sizeof(privop_addr_counter) / sizeof(privop_addr_counter[0])) + (sizeof(privop_addr_info) / sizeof(privop_addr_info[0])) + +static DEFINE_PER_CPU(struct privop_addr_count[PRIVOP_COUNT_NINSTS], privop_addr_counter); void privop_count_add...
2009 Jul 07
0
[PATCH] [VMX] Add support for Pause-Loop Exiting
...= 0x0000401e, + PLE_GAP = 0x00004020, + PLE_WINDOW = 0x00004022, VM_INSTRUCTION_ERROR = 0x00004400, VM_EXIT_REASON = 0x00004402, VM_EXIT_INTR_INFO = 0x00004404, Index: hv/xen/include/asm-x86/perfc_defn.h =================================================================== --- hv.orig/xen/include/asm-x86/perfc_defn.h +++ hv/xen/include/asm-x86/perfc_defn.h @@ -130,4 +130,6 @@ PERFCOUNTER(mshv_wrmsr_eoi, PERFCOUNTER(realmode_emulations, "realmode instructions emulated") PERF...
2006 Jul 14
23
[RFC] New shadow paging code
We (Michael Fetterman, George Dunlap and I) have been working over the last while on a full replacement for Xen''s shadow pagetable support. This mail contains some design notes, below; a patch against xen-unstable, giving a snapshot of the current state of the new shadow code, is at http://www.cl.cam.ac.uk/~tjd21/shadow2.patch Comments on both are welcome, although the code is not