Home
last modified time | relevance | path

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

/external/oprofile/daemon/
Dopd_ibs_macro.h199 #define IBS_OP_NB_BASE 0xf240 macro
201 #define IBS_OP_NB_MAX (IBS_OP_NB_END - IBS_OP_NB_BASE + 1)
202 #define IS_IBS_OP_NB(x) (IBS_OP_NB_BASE <= x && x <= IBS_OP_NB_END)
203 #define IBS_OP_NB_OFFSET(x) (x - IBS_OP_NB_BASE)
Dopd_ibs.c337 ret = (x - IBS_OP_NB_BASE + IBS_OP_LS_MAX + IBS_OP_MAX + IBS_FETCH_MAX); in ibs_event_to_counter()