Searched refs:_PE (Results 1 - 5 of 5) sorted by relevance
/linux-4.1.27/tools/lib/traceevent/ |
H A D | event-parse.h | 383 _PE(MEM_ALLOC_FAILED, "failed to allocate memory"), \ 384 _PE(PARSE_EVENT_FAILED, "failed to parse event"), \ 385 _PE(READ_ID_FAILED, "failed to read event id"), \ 386 _PE(READ_FORMAT_FAILED, "failed to read event format"), \ 387 _PE(READ_PRINT_FAILED, "failed to read event print fmt"), \ 388 _PE(OLD_FTRACE_ARG_FAILED,"failed to allocate field name for ftrace"),\ 389 _PE(INVALID_ARG_TYPE, "invalid argument type"), \ 390 _PE(INVALID_EXP_TYPE, "invalid expression type"), \ 391 _PE(INVALID_OP_TYPE, "invalid operator type"), \ 392 _PE(INVALID_EVENT_NAME, "invalid event name"), \ 393 _PE(EVENT_NOT_FOUND, "no event found"), \ 394 _PE(SYNTAX_ERROR, "syntax error"), \ 395 _PE(ILLEGAL_RVALUE, "illegal rvalue"), \ 396 _PE(ILLEGAL_LVALUE, "illegal lvalue for string comparison"), \ 397 _PE(INVALID_REGEX, "regex did not compute"), \ 398 _PE(ILLEGAL_STRING_CMP, "illegal comparison for string"), \ 399 _PE(ILLEGAL_INTEGER_CMP,"illegal comparison for integer"), \ 400 _PE(REPARENT_NOT_OP, "cannot reparent other than OP"), \ 401 _PE(REPARENT_FAILED, "failed to reparent filter OP"), \ 402 _PE(BAD_FILTER_ARG, "bad arg in filter tree"), \ 403 _PE(UNEXPECTED_TYPE, "unexpected type (not a value)"), \ 404 _PE(ILLEGAL_TOKEN, "illegal token"), \ 405 _PE(INVALID_PAREN, "open parenthesis cannot come here"), \ 406 _PE(UNBALANCED_PAREN, "unbalanced number of parenthesis"), \ 407 _PE(UNKNOWN_TOKEN, "unknown token"), \ 408 _PE(FILTER_NOT_FOUND, "no filter found"), \ 409 _PE(NOT_A_NUMBER, "must have number field"), \ 410 _PE(NO_FILTER, "no filters exists"), \ 411 _PE(FILTER_MISS, "record does not match to filter") 413 #undef _PE macro 414 #define _PE(__code, __str) PEVENT_ERRNO__ ## __code macro 432 #undef _PE macro
|
H A D | Makefile | 221 --regex-c++='/_PE\(([^,)]*).*/PEVENT_ERRNO__\1/' 226 --regex='/_PE(\([^,)]*\).*/PEVENT_ERRNO__\1/'
|
H A D | event-parse.c | 5898 #undef _PE macro 5899 #define _PE(code, str) str macro 5903 #undef _PE macro
|
/linux-4.1.27/tools/lib/lockdep/ |
H A D | Makefile | 128 --regex-c++='/_PE\(([^,)]*).*/PEVENT_ERRNO__\1/' 133 --regex='/_PE(\([^,)]*\).*/PEVENT_ERRNO__\1/'
|
/linux-4.1.27/scripts/ |
H A D | tags.sh | 195 --regex-c++='/_PE\(([^,)]*).*/PEVENT_ERRNO__\1/' \ 261 --regex='/_PE(\([^,)]*\).*/PEVENT_ERRNO__\1/' \
|
Completed in 222 milliseconds