diff options
Diffstat (limited to 'tools/perf/util/trace-event-parse.c')
-rw-r--r-- | tools/perf/util/trace-event-parse.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/perf/util/trace-event-parse.c b/tools/perf/util/trace-event-parse.c index 2b75ec2f57e8..3e643f5da202 100644 --- a/tools/perf/util/trace-event-parse.c +++ b/tools/perf/util/trace-event-parse.c | |||
@@ -1170,6 +1170,8 @@ process_op(struct event *event, struct print_arg *arg, char **tok) | |||
1170 | strcmp(token, "*") == 0 || | 1170 | strcmp(token, "*") == 0 || |
1171 | strcmp(token, "^") == 0 || | 1171 | strcmp(token, "^") == 0 || |
1172 | strcmp(token, "/") == 0 || | 1172 | strcmp(token, "/") == 0 || |
1173 | strcmp(token, "<") == 0 || | ||
1174 | strcmp(token, ">") == 0 || | ||
1173 | strcmp(token, "==") == 0 || | 1175 | strcmp(token, "==") == 0 || |
1174 | strcmp(token, "!=") == 0) { | 1176 | strcmp(token, "!=") == 0) { |
1175 | 1177 | ||