HomeSort by relevance Sort by last modified time
    Searched refs:_PE (Results 1 - 2 of 2) sorted by null

  /external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/
event-parse.h 349 _PE(MEM_ALLOC_FAILED, "failed to allocate memory"), \
350 _PE(PARSE_EVENT_FAILED, "failed to parse event"), \
351 _PE(READ_ID_FAILED, "failed to read event id"), \
352 _PE(READ_FORMAT_FAILED, "failed to read event format"), \
353 _PE(READ_PRINT_FAILED, "failed to read event print fmt"), \
354 _PE(OLD_FTRACE_ARG_FAILED,"failed to allocate field name for ftrace"),\
355 _PE(INVALID_ARG_TYPE, "invalid argument type")
357 #undef _PE
358 #define _PE(__code, __str) PEVENT_ERRNO__ ## __code
375 #undef _PE
    [all...]
event-parse.c     [all...]

Completed in 406 milliseconds