diff options
Diffstat (limited to 'tools/lib')
-rw-r--r-- | tools/lib/traceevent/parse-filter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lib/traceevent/parse-filter.c b/tools/lib/traceevent/parse-filter.c index e08d21ffd3a6..dfcfe2c131de 100644 --- a/tools/lib/traceevent/parse-filter.c +++ b/tools/lib/traceevent/parse-filter.c | |||
@@ -1584,7 +1584,7 @@ get_value(struct event_format *event, | |||
1584 | const char *name; | 1584 | const char *name; |
1585 | 1585 | ||
1586 | name = get_comm(event, record); | 1586 | name = get_comm(event, record); |
1587 | return (unsigned long long)name; | 1587 | return (unsigned long)name; |
1588 | } | 1588 | } |
1589 | 1589 | ||
1590 | pevent_read_number_field(field, record->data, &val); | 1590 | pevent_read_number_field(field, record->data, &val); |