Searched refs:IS_IBS_OP (Results 1 – 2 of 2) sorted by relevance
332 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()
137 #define IS_IBS_OP(x) (IBS_OP_BASE <= x && x <= IBS_OP_END) macro