Home
last modified time | relevance | path

Searched refs:CTRL_SET_EVENT (Results 1 – 2 of 2) sorted by relevance

/xen/xen/arch/x86/oprofile/
A Dop_model_ppro.c60 #define CTRL_SET_EVENT(val, e) (val |= e) macro
123 CTRL_SET_EVENT(msr_content, counter_config[i].event); in ppro_setup_ctrs()
A Dop_model_athlon.c49 #define CTRL_SET_EVENT(val, e) (val |= (((e >> 8) & 0xf) | (e & 0xff))) macro
229 CTRL_SET_EVENT(msr_content, counter_config[i].event); in athlon_setup_ctrs()

Completed in 6 milliseconds