Home
last modified time | relevance | path

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

/external/oprofile/daemon/
Dopd_ibs.c330 if (IS_IBS_FETCH(x)) in ibs_event_to_counter()
405 if (IS_IBS_FETCH(event->val)) { in ibs_parse_and_set_events()
625 if (IS_IBS_FETCH(ibs_vc[i].value)) { in ibs_init()
Dopd_ibs_macro.h114 #define IS_IBS_FETCH(x) (IBS_FETCH_BASE <= x && x <= IBS_FETCH_END) macro