• Home
  • Raw
  • Download

Lines Matching refs:_PE

385 	_PE(MEM_ALLOC_FAILED,	"failed to allocate memory"),		      \
386 _PE(PARSE_EVENT_FAILED, "failed to parse event"), \
387 _PE(READ_ID_FAILED, "failed to read event id"), \
388 _PE(READ_FORMAT_FAILED, "failed to read event format"), \
389 _PE(READ_PRINT_FAILED, "failed to read event print fmt"), \
390 _PE(OLD_FTRACE_ARG_FAILED,"failed to allocate field name for ftrace"),\
391 _PE(INVALID_ARG_TYPE, "invalid argument type"), \
392 _PE(INVALID_EXP_TYPE, "invalid expression type"), \
393 _PE(INVALID_OP_TYPE, "invalid operator type"), \
394 _PE(INVALID_EVENT_NAME, "invalid event name"), \
395 _PE(EVENT_NOT_FOUND, "no event found"), \
396 _PE(SYNTAX_ERROR, "syntax error"), \
397 _PE(ILLEGAL_RVALUE, "illegal rvalue"), \
398 _PE(ILLEGAL_LVALUE, "illegal lvalue for string comparison"), \
399 _PE(INVALID_REGEX, "regex did not compute"), \
400 _PE(ILLEGAL_STRING_CMP, "illegal comparison for string"), \
401 _PE(ILLEGAL_INTEGER_CMP,"illegal comparison for integer"), \
402 _PE(REPARENT_NOT_OP, "cannot reparent other than OP"), \
403 _PE(REPARENT_FAILED, "failed to reparent filter OP"), \
404 _PE(BAD_FILTER_ARG, "bad arg in filter tree"), \
405 _PE(UNEXPECTED_TYPE, "unexpected type (not a value)"), \
406 _PE(ILLEGAL_TOKEN, "illegal token"), \
407 _PE(INVALID_PAREN, "open parenthesis cannot come here"), \
408 _PE(UNBALANCED_PAREN, "unbalanced number of parenthesis"), \
409 _PE(UNKNOWN_TOKEN, "unknown token"), \
410 _PE(FILTER_NOT_FOUND, "no filter found"), \
411 _PE(NOT_A_NUMBER, "must have number field"), \
412 _PE(NO_FILTER, "no filters exists"), \
413 _PE(FILTER_MISS, "record does not match to filter")
415 #undef _PE
416 #define _PE(__code, __str) PEVENT_ERRNO__ ## __code macro
434 #undef _PE