Lines Matching refs:_PE

330 	_PE(MEM_ALLOC_FAILED,	"failed to allocate memory"),		      \
331 _PE(PARSE_EVENT_FAILED, "failed to parse event"), \
332 _PE(READ_ID_FAILED, "failed to read event id"), \
333 _PE(READ_FORMAT_FAILED, "failed to read event format"), \
334 _PE(READ_PRINT_FAILED, "failed to read event print fmt"), \
335 _PE(OLD_FTRACE_ARG_FAILED,"failed to allocate field name for ftrace"),\
336 _PE(INVALID_ARG_TYPE, "invalid argument type"), \
337 _PE(INVALID_EXP_TYPE, "invalid expression type"), \
338 _PE(INVALID_OP_TYPE, "invalid operator type"), \
339 _PE(INVALID_EVENT_NAME, "invalid event name"), \
340 _PE(EVENT_NOT_FOUND, "no event found"), \
341 _PE(SYNTAX_ERROR, "syntax error"), \
342 _PE(ILLEGAL_RVALUE, "illegal rvalue"), \
343 _PE(ILLEGAL_LVALUE, "illegal lvalue for string comparison"), \
344 _PE(INVALID_REGEX, "regex did not compute"), \
345 _PE(ILLEGAL_STRING_CMP, "illegal comparison for string"), \
346 _PE(ILLEGAL_INTEGER_CMP,"illegal comparison for integer"), \
347 _PE(REPARENT_NOT_OP, "cannot reparent other than OP"), \
348 _PE(REPARENT_FAILED, "failed to reparent filter OP"), \
349 _PE(BAD_FILTER_ARG, "bad arg in filter tree"), \
350 _PE(UNEXPECTED_TYPE, "unexpected type (not a value)"), \
351 _PE(ILLEGAL_TOKEN, "illegal token"), \
352 _PE(INVALID_PAREN, "open parenthesis cannot come here"), \
353 _PE(UNBALANCED_PAREN, "unbalanced number of parenthesis"), \
354 _PE(UNKNOWN_TOKEN, "unknown token"), \
355 _PE(FILTER_NOT_FOUND, "no filter found"), \
356 _PE(NOT_A_NUMBER, "must have number field"), \
357 _PE(NO_FILTER, "no filters exists"), \
358 _PE(FILTER_MISS, "record does not match to filter")
360 #undef _PE
361 #define _PE(__code, __str) TEP_ERRNO__ ## __code macro
379 #undef _PE