Home
last modified time | relevance | path

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

/external/oprofile/daemon/
Dopd_ibs.c271 else if (IS_IBS_OP_NB(x)) in ibs_event_to_counter()
349 } else if (IS_IBS_OP_NB(event->val)) { in ibs_parse_and_set_events()
Dopd_ibs_macro.h192 #define IS_IBS_OP_NB(x) (IBS_OP_NB_BASE <= x && x <= IBS_OP_NB_END) macro