Home
last modified time | relevance | path

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

/external/oprofile/daemon/
Dopd_ibs_macro.h134 #define IBS_OP_BASE 0xf100 macro
136 #define IBS_OP_MAX (IBS_OP_END - IBS_OP_BASE + 1)
137 #define IS_IBS_OP(x) (IBS_OP_BASE <= x && x <= IBS_OP_END)
138 #define IBS_OP_OFFSET(x) (x - IBS_OP_BASE)
Dopd_ibs.c333 ret = (x - IBS_OP_BASE + IBS_FETCH_MAX); in ibs_event_to_counter()