Home | History | Annotate | Download | only in libop

Lines Matching full:mask

157 				parse_error("invalid unit mask type");
165 parse_error("invalid unit mask tag");
174 parse_error("Missing name for unit mask");
176 parse_error("Missing type for unit mask");
190 parse_error("invalid unit mask entry");
195 parse_error("invalid unit mask entry");
218 * \t0x0 No unit mask
228 "oprofile: could not open unit mask description file %s\n", file);
246 parse_error("no unit mask name line");
248 parse_error("oprofile: maximum unit mask entries exceeded");
266 u32 mask = 0;
270 mask |= 1 << parse_int(numstart);
281 return mask;
303 fprintf(stderr, "oprofile: could not find unit mask %s\n", value);
329 parse_error("combined unit mask must be all the same types");
331 parse_error("combined unit mask must be all bitmasks or exclusive");
335 parse_error("too many members in combined unit mask");
342 parse_error("Empty unit mask");
558 fprintf(stderr, "um %s default mask is not valid "
618 /* sanity check: all unit mask must be used */