Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 277265
b: refs/heads/master
c: 49908a1
h: refs/heads/master
i:
  277263: 8c427ec
v: v3
  • Loading branch information
Steven Rostedt authored and Steven Rostedt committed Nov 7, 2011
1 parent fa18449 commit e6caa53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c8452afb7426f7e21388492f40227582e3e83879
refs/heads/master: 49908a1b25d448d68fd26faca260e1850201575f
2 changes: 2 additions & 0 deletions trunk/tools/perf/util/trace-event-parse.c
Original file line number Diff line number Diff line change
Expand Up @@ -1537,6 +1537,8 @@ process_flags(struct event *event, struct print_arg *arg, char **tok)
field = malloc_or_die(sizeof(*field));

type = process_arg(event, field, &token);
while (type == EVENT_OP)
type = process_op(event, field, &token);
if (test_type_token(type, token, EVENT_DELIM, ","))
goto out_free;

Expand Down

0 comments on commit e6caa53

Please sign in to comment.