diff options
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
-rw-r--r-- | tools/perf/util/scripting-engines/trace-event-python.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/util/scripting-engines/trace-event-python.c b/tools/perf/util/scripting-engines/trace-event-python.c index ace2484985cb..aa9e1257c1ee 100644 --- a/tools/perf/util/scripting-engines/trace-event-python.c +++ b/tools/perf/util/scripting-engines/trace-event-python.c | |||
@@ -251,6 +251,7 @@ static void define_event_symbols(struct event_format *event, | |||
251 | /* gcc warns for these? */ | 251 | /* gcc warns for these? */ |
252 | case PRINT_BSTRING: | 252 | case PRINT_BSTRING: |
253 | case PRINT_DYNAMIC_ARRAY: | 253 | case PRINT_DYNAMIC_ARRAY: |
254 | case PRINT_DYNAMIC_ARRAY_LEN: | ||
254 | case PRINT_FUNC: | 255 | case PRINT_FUNC: |
255 | case PRINT_BITMASK: | 256 | case PRINT_BITMASK: |
256 | /* we should warn... */ | 257 | /* we should warn... */ |