Home
last modified time | relevance | path

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

/external/oprofile/daemon/
Dopd_ibs.c332 else if (IS_IBS_OP(x)) in ibs_event_to_counter()
407 } else if (IS_IBS_OP(event->val)) { in ibs_parse_and_set_events()
Dopd_ibs_macro.h137 #define IS_IBS_OP(x) (IBS_OP_BASE <= x && x <= IBS_OP_END) macro