diff options
Diffstat (limited to 'tools/perf/util/trace-event.h')
-rw-r--r-- | tools/perf/util/trace-event.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/util/trace-event.h b/tools/perf/util/trace-event.h index 051fcf363825..420294a5773e 100644 --- a/tools/perf/util/trace-event.h +++ b/tools/perf/util/trace-event.h | |||
@@ -50,6 +50,7 @@ struct print_arg_atom { | |||
50 | 50 | ||
51 | struct print_arg_string { | 51 | struct print_arg_string { |
52 | char *string; | 52 | char *string; |
53 | int offset; | ||
53 | }; | 54 | }; |
54 | 55 | ||
55 | struct print_arg_field { | 56 | struct print_arg_field { |