diff options
Diffstat (limited to 'tools/perf/util/trace-event.h')
| -rw-r--r-- | tools/perf/util/trace-event.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/tools/perf/util/trace-event.h b/tools/perf/util/trace-event.h index cb92978be300..5f59a39fb88b 100644 --- a/tools/perf/util/trace-event.h +++ b/tools/perf/util/trace-event.h | |||
| @@ -27,6 +27,8 @@ enum format_flags { | |||
| 27 | FIELD_IS_ARRAY = 1, | 27 | FIELD_IS_ARRAY = 1, | 
| 28 | FIELD_IS_POINTER = 2, | 28 | FIELD_IS_POINTER = 2, | 
| 29 | FIELD_IS_SIGNED = 4, | 29 | FIELD_IS_SIGNED = 4, | 
| 30 | FIELD_IS_STRING = 8, | ||
| 31 | FIELD_IS_DYNAMIC = 16, | ||
| 30 | }; | 32 | }; | 
| 31 | 33 | ||
| 32 | struct format_field { | 34 | struct format_field { | 
