Home | History | Annotate | Download | only in libop

Lines Matching defs:unit

23 /** Describe an unit mask type. Events can optionally use a filter called
24 * the unit mask. the mask type can be a bitmask or a discrete value */
31 /** up to thirty two allowed unit masks */
35 /** Describe an unit mask. */
37 char * name; /**< name of unit mask type */
38 u32 num; /**< number of possible unit masks */
54 /** which unit mask if any allowed */
55 struct op_unit_mask * unit;
86 OP_INVALID_UM = 2, /**< unit mask is invalid */
94 * @param um unit mask for counter
97 * Check that the counter event and unit mask values are allowed.