diff options
Diffstat (limited to 'tools/lib/traceevent/event-parse.h')
-rw-r--r-- | tools/lib/traceevent/event-parse.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/lib/traceevent/event-parse.h b/tools/lib/traceevent/event-parse.h index 6e23f197175f..abdfd3c606ed 100644 --- a/tools/lib/traceevent/event-parse.h +++ b/tools/lib/traceevent/event-parse.h | |||
@@ -356,7 +356,9 @@ enum pevent_flag { | |||
356 | _PE(READ_FORMAT_FAILED, "failed to read event format"), \ | 356 | _PE(READ_FORMAT_FAILED, "failed to read event format"), \ |
357 | _PE(READ_PRINT_FAILED, "failed to read event print fmt"), \ | 357 | _PE(READ_PRINT_FAILED, "failed to read event print fmt"), \ |
358 | _PE(OLD_FTRACE_ARG_FAILED,"failed to allocate field name for ftrace"),\ | 358 | _PE(OLD_FTRACE_ARG_FAILED,"failed to allocate field name for ftrace"),\ |
359 | _PE(INVALID_ARG_TYPE, "invalid argument type") | 359 | _PE(INVALID_ARG_TYPE, "invalid argument type"), \ |
360 | _PE(INVALID_EVENT_NAME, "invalid event name"), \ | ||
361 | _PE(EVENT_NOT_FOUND, "No event found") | ||
360 | 362 | ||
361 | #undef _PE | 363 | #undef _PE |
362 | #define _PE(__code, __str) PEVENT_ERRNO__ ## __code | 364 | #define _PE(__code, __str) PEVENT_ERRNO__ ## __code |