diff options
-rw-r--r-- | tools/perf/builtin-inject.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/builtin-inject.c b/tools/perf/builtin-inject.c index c943513d06be..ad1296c6f88c 100644 --- a/tools/perf/builtin-inject.c +++ b/tools/perf/builtin-inject.c | |||
@@ -404,6 +404,7 @@ int cmd_inject(int argc, const char **argv, const char *prefix __maybe_unused) | |||
404 | .attr = perf_event__repipe_attr, | 404 | .attr = perf_event__repipe_attr, |
405 | .event_type = perf_event__repipe_event_type_synth, | 405 | .event_type = perf_event__repipe_event_type_synth, |
406 | .tracing_data = perf_event__repipe_op2_synth, | 406 | .tracing_data = perf_event__repipe_op2_synth, |
407 | .finished_round = perf_event__repipe_op2_synth, | ||
407 | .build_id = perf_event__repipe_op2_synth, | 408 | .build_id = perf_event__repipe_op2_synth, |
408 | }, | 409 | }, |
409 | .input_name = "-", | 410 | .input_name = "-", |