tools lib traceevent: Get rid of die() in reparent_op_arg()
[firefly-linux-kernel-4.4.55.git] / tools / lib / traceevent / event-parse.h
index 89e4dfd40db62b6633a26a11cf15eeaa2b49fa11..5e4392d8e2d438e19e8a3c545c6518028c466c11 100644 (file)
@@ -364,7 +364,10 @@ enum pevent_flag {
        _PE(ILLEGAL_LVALUE,     "illegal lvalue for string comparison"),      \
        _PE(INVALID_REGEX,      "regex did not compute"),                     \
        _PE(ILLEGAL_STRING_CMP, "illegal comparison for string"),             \
-       _PE(ILLEGAL_INTEGER_CMP,"illegal comparison for integer")
+       _PE(ILLEGAL_INTEGER_CMP,"illegal comparison for integer"),            \
+       _PE(REPARENT_NOT_OP,    "cannot reparent other than OP"),             \
+       _PE(REPARENT_FAILED,    "failed to reparent filter OP"),              \
+       _PE(BAD_FILTER_ARG,     "bad arg in filter tree")
 
 #undef _PE
 #define _PE(__code, __str) PEVENT_ERRNO__ ## __code