Home
last modified time | relevance | path

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

/linux/tools/lib/traceevent/
A Devent-parse.h340 _PE(EVENT_NOT_FOUND, "no event found"), \
341 _PE(SYNTAX_ERROR, "syntax error"), \
342 _PE(ILLEGAL_RVALUE, "illegal rvalue"), \
351 _PE(ILLEGAL_TOKEN, "illegal token"), \
354 _PE(UNKNOWN_TOKEN, "unknown token"), \
355 _PE(FILTER_NOT_FOUND, "no filter found"), \
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
[all …]
A Dtep_strerror.c8 #undef _PE
9 #define _PE(code, str) str macro
13 #undef _PE

Completed in 7 milliseconds