diff options
Diffstat (limited to 'tools/perf')
-rw-r--r-- | tools/perf/builtin-script.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perf/builtin-script.c b/tools/perf/builtin-script.c index b9b9e58a6c39..6b4925f65bf0 100644 --- a/tools/perf/builtin-script.c +++ b/tools/perf/builtin-script.c | |||
@@ -572,7 +572,6 @@ static int process_sample_event(struct perf_tool *tool __maybe_unused, | |||
572 | 572 | ||
573 | scripting_ops->process_event(event, sample, evsel, thread, &al); | 573 | scripting_ops->process_event(event, sample, evsel, thread, &al); |
574 | 574 | ||
575 | evsel->hists.stats.total_period += sample->period; | ||
576 | return 0; | 575 | return 0; |
577 | } | 576 | } |
578 | 577 | ||