Home
last modified time | relevance | path

Searched refs:OP_INVALID_UM (Results 1 – 3 of 3) sorted by relevance

/external/oprofile/libop/
Dop_events.h86 OP_INVALID_UM = 2, /**< unit mask is invalid */ enumerator
Dop_events.c928 ret |= OP_INVALID_UM; in op_check_events()
937 ret |= OP_INVALID_UM; in op_check_events()
/external/oprofile/utils/
Dophelp.c172 if (ret & OP_INVALID_UM) { in check_event()