HomeSort by relevance Sort by last modified time
    Searched refs:CTRL_SET_EVENT (Results 1 - 2 of 2) sorted by null

  /external/oprofile/module/x86/
op_model_athlon.c 33 #define CTRL_SET_EVENT(val, e) (val |= e)
78 CTRL_SET_EVENT(low, sysctl.ctr[i].event);
op_model_ppro.c 33 #define CTRL_SET_EVENT(val, e) (val |= e)
74 CTRL_SET_EVENT(low, sysctl.ctr[i].event);

Completed in 21 milliseconds