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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/perf/util/scripting-engines/trace-event-python.c b/tools/perf/util/scripting-engines/trace-event-python.c index ba191def1ea9..35dc5f3b581b 100644 --- a/tools/perf/util/scripting-engines/trace-event-python.c +++ b/tools/perf/util/scripting-engines/trace-event-python.c | |||
@@ -224,7 +224,7 @@ static void define_value(enum print_arg_type field_type, | |||
224 | } | 224 | } |
225 | 225 | ||
226 | static void define_values(enum print_arg_type field_type, | 226 | static void define_values(enum print_arg_type field_type, |
227 | struct print_flag_sym *field, | 227 | struct tep_print_flag_sym *field, |
228 | const char *ev_name, | 228 | const char *ev_name, |
229 | const char *field_name) | 229 | const char *field_name) |
230 | { | 230 | { |
@@ -266,7 +266,7 @@ static void define_field(enum print_arg_type field_type, | |||
266 | 266 | ||
267 | static void define_event_symbols(struct tep_event_format *event, | 267 | static void define_event_symbols(struct tep_event_format *event, |
268 | const char *ev_name, | 268 | const char *ev_name, |
269 | struct print_arg *args) | 269 | struct tep_print_arg *args) |
270 | { | 270 | { |
271 | if (args == NULL) | 271 | if (args == NULL) |
272 | return; | 272 | return; |