Searched refs:_PE (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/tools/lib/traceevent/ |
D | event-parse.h | 331 _PE(MEM_ALLOC_FAILED, "failed to allocate memory"), \ 332 _PE(PARSE_EVENT_FAILED, "failed to parse event"), \ 333 _PE(READ_ID_FAILED, "failed to read event id"), \ 334 _PE(READ_FORMAT_FAILED, "failed to read event format"), \ 335 _PE(READ_PRINT_FAILED, "failed to read event print fmt"), \ 336 _PE(OLD_FTRACE_ARG_FAILED,"failed to allocate field name for ftrace"),\ 337 _PE(INVALID_ARG_TYPE, "invalid argument type"), \ 338 _PE(INVALID_EXP_TYPE, "invalid expression type"), \ 339 _PE(INVALID_OP_TYPE, "invalid operator type"), \ 340 _PE(INVALID_EVENT_NAME, "invalid event name"), \ [all …]
|
D | tep_strerror.c | 8 #undef _PE 9 #define _PE(code, str) str macro 13 #undef _PE
|