diff options
| -rw-r--r-- | tools/lib/traceevent/parse-filter.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/lib/traceevent/parse-filter.c b/tools/lib/traceevent/parse-filter.c index 2d40c5ed81d6..e08d21ffd3a6 100644 --- a/tools/lib/traceevent/parse-filter.c +++ b/tools/lib/traceevent/parse-filter.c | |||
| @@ -325,9 +325,8 @@ static void free_events(struct event_list *events) | |||
| 325 | } | 325 | } |
| 326 | 326 | ||
| 327 | static struct filter_arg * | 327 | static struct filter_arg * |
| 328 | create_arg_item(struct event_format *event, | 328 | create_arg_item(struct event_format *event, const char *token, |
| 329 | const char *token, enum filter_arg_type type, | 329 | enum event_type type, char **error_str) |
| 330 | char **error_str) | ||
| 331 | { | 330 | { |
| 332 | struct format_field *field; | 331 | struct format_field *field; |
| 333 | struct filter_arg *arg; | 332 | struct filter_arg *arg; |
