diff options
| author | 2011-12-18 10:35:16 +0100 | |
|---|---|---|
| committer | 2011-12-18 10:35:16 +0100 | |
| commit | 6e5ed276374c329b93a968d640f4d26c8c05411b (patch) | |
| tree | 3b0d42269f0f52ea7764511de3a58b01d12bcb23 /tools/perf/util/trace-event-parse.c | |
| parent | x86/mrst: Add additional debug prints for pb_keys (diff) | |
| parent | Linux 3.2-rc6 (diff) | |
| download | wireguard-linux-6e5ed276374c329b93a968d640f4d26c8c05411b.tar.xz wireguard-linux-6e5ed276374c329b93a968d640f4d26c8c05411b.zip | |
Merge commit 'v3.2-rc6' into x86/platform
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 0a7ed5b5e281..6c164dc9ee95 100644 --- a/tools/perf/util/trace-event-parse.c +++ b/tools/perf/util/trace-event-parse.c @@ -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; |
