Home
last modified time | relevance | path

Searched refs:_PE (Results 1 – 2 of 2) sorted by relevance

/tools/lib/traceevent/
Devent-parse.h385 _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"), \
[all …]
Devent-parse.c6026 #undef _PE
6027 #define _PE(code, str) str macro
6031 #undef _PE