Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 276423
b: refs/heads/master
c: d06c27b
h: refs/heads/master
i:
  276421: 447c8b8
  276419: 392f81b
  276415: 7d77c6e
v: v3
  • Loading branch information
Steven Rostedt authored and Steven Rostedt committed Dec 5, 2011
1 parent fbb6ebb commit 41cfa68
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: bbbf7af4bf8fc69bc751818cf30521080fa47dcb
refs/heads/master: d06c27b22aa66e48e32f03f9387328a9af9b0625
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 41cfa68

Please sign in to comment.